Body.Simplemodule Stable : sig ... endtype t = Stable.Latest.t = {public_key : Signature_lib.Public_key.Compressed.t; |
token_id : Token_id.t; |
update : Update.t; |
balance_change : ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.t; |
increment_nonce : bool; |
events : Events'.t; |
sequence_events : Events'.t; |
call_data : Pickles.Backend.Tick.Field.t; |
call_depth : int; |
preconditions : Preconditions.t; |
use_full_commitment : bool; |
caller : Call_type.t; |
authorization_kind : Authorization_kind.t; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval authorization_kind : t -> Authorization_kind.tval caller : t -> Call_type.tval use_full_commitment : t -> boolval preconditions : t -> Preconditions.tval call_depth : t -> intval call_data : t -> Pickles.Backend.Tick.Field.tval increment_nonce : t -> boolval balance_change : t -> ( Currency.Amount.t, Sgn.t ) Currency.Signed_poly.tval token_id : t -> Token_id.tval public_key : t -> Signature_lib.Public_key.Compressed.tmodule Fields : sig ... end