Graphql_queries.Pending_snark_work
module Pending_snark_work_inner : sig ... end
include module type of struct include Pending_snark_work_inner end
module Raw = Pending_snark_work_inner.Raw
type t_pendingSnarkWork_workBundle_fee_excess =
Pending_snark_work_inner.t_pendingSnarkWork_workBundle_fee_excess =
{
sign : t_pendingSnarkWork_workBundle_fee_excess_sign; |
fee_magnitude : Graphql_lib.Scalars.Amount.t; |
}
type t_pendingSnarkWork_workBundle =
Pending_snark_work_inner.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; |
}
type t_pendingSnarkWork = Pending_snark_work_inner.t_pendingSnarkWork = {
workBundle : t_pendingSnarkWork_workBundle array; |
}
Serialize the ReasonML GraphQL data that was parsed using the parse function back to the original JSON compatible data
val serializeVariables : unit -> Raw.t_variables
val makeVariables : unit -> t_variables
val makeDefaultVariables : unit -> t_variables
val unsafe_fromJson : Graphql_ppx_runtime.Json.t -> Raw.t
val toJson : Raw.t -> Graphql_ppx_runtime.Json.t
val variablesToJson : Raw.t_variables -> Graphql_ppx_runtime.Json.t
include module type of struct include Graphql_lib.Serializing.ExtendQuery(Pending_snark_work_inner) end
val make :
Pending_snark_work_inner.t_variables ->
< parse : Yojson.Basic.t -> Pending_snark_work_inner.t
; query : Base.string
; variables : Yojson.Basic.t >