Get_coinbase_and_genesis.Get_coinbase_and_genesis_inner
module Raw : sig ... end
type t_genesisBlock_protocolState = {
blockchainState : t_genesisBlock_protocolState_blockchainState; |
consensusState : t_genesisBlock_protocolState_consensusState; |
}
type t_genesisBlock = {
creatorAccount : t_genesisBlock_creatorAccount; |
winnerAccount : t_genesisBlock_winnerAccount; |
protocolState : t_genesisBlock_protocolState; |
stateHash : Scalars.String_json.t; |
}
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