Get_transactions_by_hash.Get_transactions_by_hash_innermodule Raw : sig ... endtype t_pooledUserCommands = {token : Serializing.Token_s.t; |
source : t_pooledUserCommands_source; |
receiver : t_pooledUserCommands_receiver; |
nonce : int; |
feePayer : t_pooledUserCommands_feePayer; |
memo : string; |
validUntil : Scalars.UInt32.t; |
feeToken : Serializing.Token_s.t; |
kind : Graphql_ppx_runtime.Json.t; |
fee : Scalars.UInt64.t; |
amount : Scalars.UInt64.t; |
hash : Scalars.String_json.t; |
}type t = {initialPeers : string array; |
daemonStatus : t_daemonStatus; |
pooledUserCommands : t_pooledUserCommands array; |
}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_variablesval makeVariables : ?hashes:string array -> unit -> t_variablesval makeDefaultVariables : unit -> t_variablesval unsafe_fromJson : Graphql_ppx_runtime.Json.t -> Raw.tval toJson : Raw.t -> Graphql_ppx_runtime.Json.tval variablesToJson : Raw.t_variables -> Graphql_ppx_runtime.Json.t