Get_coinbase_and_genesis.Get_coinbase_and_genesis_innermodule Raw : sig ... endtype 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_variablesval makeVariables : 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