Blocks.Get_stale_block_confirmationsmodule Raw : sig ... endtype t_get_stale_block_confirmations = {state_hash : t_get_stale_block_confirmations_state_hash; |
status : int; |
}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 : parent_hash:string -> 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