User_commands.Query
module Raw : sig ... end
type t_user_commands = {
fee : Base_types.Fee.t; |
hash : Serializing.Transaction_hash.t; |
memo : Serializing.Memo.t; |
nonce : Base_types.Nonce.t; |
sender : t_user_commands_sender; |
receiver : t_user_commands_receiver; |
typ : Base_types.User_command_type.t; |
amount : Base_types.Amount.t; |
first_seen : Base_types.Optional_block_time.t option; |
}
Serialize the ReasonML GraphQL data that was parsed using the parse function back to the original JSON compatible data
val serializeVariables : t_variables -> Raw.t_variables
val makeVariables : hash:string -> unit -> t_variables
val unsafe_fromJson : Graphql_ppx_runtime.Json.t -> Raw.t
val toJson : Raw.t -> Graphql_ppx_runtime.Json.t
val variablesToJson : Raw.t_variables -> Graphql_ppx_runtime.Json.t