Pending_snark_work.Pending_snark_work_innermodule Raw : sig ... endtype t_pendingSnarkWork_workBundle_fee_excess = {sign : t_pendingSnarkWork_workBundle_fee_excess_sign; |
fee_magnitude : Graphql_lib.Scalars.Amount.t; |
}type t_pendingSnarkWork_workBundle = {source_ledger_hash : Graphql_lib.Scalars.LedgerHash.t; |
target_ledger_hash : Graphql_lib.Scalars.LedgerHash.t; |
fee_excess : t_pendingSnarkWork_workBundle_fee_excess; |
supply_increase : Graphql_lib.Scalars.Amount.t; |
work_id : int; |
}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