Get_status.Get_status_inner
module Raw : sig ... end
type t_genesisBlock = {
stateHash : Scalars.String_json.t; |
protocolState : t_genesisBlock_protocolState; |
}
type t_bestChain_protocolState = {
blockchainState : t_bestChain_protocolState_blockchainState; |
consensusState : t_bestChain_protocolState_consensusState; |
}
type t = {
genesisBlock : t_genesisBlock; |
bestChain : t_bestChain array option; |
daemonStatus : t_daemonStatus; |
syncStatus : t_syncStatus; |
initialPeers : string 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