Get_options_metadata.Get_options_metadata_innermodule Raw : sig ... endtype t_account_balance = {blockHeight : Scalars.UInt32.t; |
stateHash : Graphql_lib.Scalars.StateHash.t option; |
}type t = {bestChain : t_bestChain array option; |
receiver : t_receiver option; |
account : t_account option; |
daemonStatus : t_daemonStatus; |
initialPeers : string array; |
}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 :
sender:Graphql_ppx_runtime.Json.t ->
?token_id:Graphql_ppx_runtime.Json.t ->
receiver_key:Graphql_ppx_runtime.Json.t ->
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