Pooled_user_commands.Pooled_user_commands_innermodule Raw : sig ... endtype t_pooledUserCommands = {memo : string; |
fee : Graphql_lib.Scalars.Fee.t; |
amount : Graphql_lib.Scalars.Amount.t; |
to_ : Graphql_lib.Scalars.PublicKey.t; |
from : Graphql_lib.Scalars.PublicKey.t; |
nonce : int; |
isDelegation : bool; |
id : Graphql_lib.Scalars.TransactionId.t; |
}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.t