Mempool.Get_all_transactions
module Get_all_transactions_inner : sig ... end
include module type of struct include Get_all_transactions_inner end
module Raw = Get_all_transactions_inner.Raw
type t_pooledUserCommands = Get_all_transactions_inner.t_pooledUserCommands = {
hash : Scalars.String_json.t; |
}
type t = Get_all_transactions_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 : unit -> Raw.t_variables
val makeVariables : unit -> t_variables
val makeDefaultVariables : 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
include module type of struct include Graphql_lib.Serializing.ExtendQuery(Get_all_transactions_inner) end
val make :
Get_all_transactions_inner.t_variables ->
< parse : Yojson.Basic.t -> Get_all_transactions_inner.t
; query : Base.string
; variables : Yojson.Basic.t >