Graphql_queries.Set_coinbase_receivermodule Set_coinbase_receiver_inner : sig ... endinclude module type of struct include Set_coinbase_receiver_inner endmodule Raw = Set_coinbase_receiver_inner.Rawtype t_setCoinbaseReceiver = Set_coinbase_receiver_inner.t_setCoinbaseReceiver =
{lastCoinbaseReceiver : Graphql_lib.Scalars.PublicKey.t option; |
currentCoinbaseReceiver : Graphql_lib.Scalars.PublicKey.t option; |
}type t_variables = Set_coinbase_receiver_inner.t_variables = {public_key : Graphql_ppx_runtime.Json.t option; |
}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 : ?public_key:Encoders.PublicKey.input -> 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.tinclude module type of struct include Graphql_lib.Serializing.ExtendQuery(Set_coinbase_receiver_inner) endval make :
Set_coinbase_receiver_inner.t_variables ->
< parse : Yojson.Basic.t -> Set_coinbase_receiver_inner.t
; query : Base.string
; variables : Yojson.Basic.t >