Mempool.Get_transactions_by_hashmodule Get_transactions_by_hash_inner : sig ... endinclude module type of struct include Get_transactions_by_hash_inner endmodule Raw = Get_transactions_by_hash_inner.Rawtype t_daemonStatus = Get_transactions_by_hash_inner.t_daemonStatus = {chainId : string; |
peers : t_daemonStatus_peers array; |
}type t_pooledUserCommands_source =
Get_transactions_by_hash_inner.t_pooledUserCommands_source =
{publicKey : Scalars.JSON.t; |
}type t_pooledUserCommands_receiver =
Get_transactions_by_hash_inner.t_pooledUserCommands_receiver =
{publicKey : Scalars.JSON.t; |
}type t_pooledUserCommands_feePayer =
Get_transactions_by_hash_inner.t_pooledUserCommands_feePayer =
{publicKey : Scalars.JSON.t; |
}type t_pooledUserCommands = Get_transactions_by_hash_inner.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 = Get_transactions_by_hash_inner.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.tinclude module type of struct include Graphql_lib.Serializing.ExtendQuery(Get_transactions_by_hash_inner) endval make :
Get_transactions_by_hash_inner.t_variables ->
< parse : Yojson.Basic.t -> Get_transactions_by_hash_inner.t
; query : Base.string
; variables : Yojson.Basic.t >