Module Values.BlockchainInstantSource

The container for time.

Sourcetype nonrec t = {
  1. time : Timestamp.t option;
    (*

    The container of the Timestamp of the blockchain instant. This timestamp will only be recorded up to the second.

    *)
}
Sourceval make : ?time:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t