Mina_transaction.Transactionmodule Poly : sig ... endmodule Valid : sig ... endmodule Stable : sig ... endtype t = Stable.Latest.tval 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 compare : Stable.Latest.t -> Stable.Latest.t -> Core_kernel__.Import.intval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
Stable.Latest.t ->
Ppx_hash_lib.Std.Hash.stateval hash : Stable.Latest.t -> Ppx_hash_lib.Std.Hash.hash_valueval hashable : Stable.Latest.t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... endval (>=) : Stable.Latest.t -> Stable.Latest.t -> boolval (<=) : Stable.Latest.t -> Stable.Latest.t -> boolval (=) : Stable.Latest.t -> Stable.Latest.t -> boolval (>) : Stable.Latest.t -> Stable.Latest.t -> boolval (<) : Stable.Latest.t -> Stable.Latest.t -> boolval (<>) : Stable.Latest.t -> Stable.Latest.t -> boolval equal : Stable.Latest.t -> Stable.Latest.t -> boolval compare : Stable.Latest.t -> Stable.Latest.t -> intval min : Stable.Latest.t -> Stable.Latest.t -> Stable.Latest.tval max : Stable.Latest.t -> Stable.Latest.t -> Stable.Latest.tval ascending : Stable.Latest.t -> Stable.Latest.t -> intval descending : Stable.Latest.t -> Stable.Latest.t -> intval between :
Stable.Latest.t ->
low:Stable.Latest.t ->
high:Stable.Latest.t ->
boolval clamp_exn :
Stable.Latest.t ->
min:Stable.Latest.t ->
max:Stable.Latest.t ->
Stable.Latest.tval clamp :
Stable.Latest.t ->
min:Stable.Latest.t ->
max:Stable.Latest.t ->
Stable.Latest.t Base__.Or_error.tval comparator :
( Stable.Latest.t, comparator_witness ) Base__Comparator.comparatorval validate_lbound :
min:Stable.Latest.t Base__.Maybe_bound.t ->
Stable.Latest.t Base__.Validate.checkval validate_ubound :
max:Stable.Latest.t Base__.Maybe_bound.t ->
Stable.Latest.t Base__.Validate.checkval validate_bound :
min:Stable.Latest.t Base__.Maybe_bound.t ->
max:Stable.Latest.t Base__.Maybe_bound.t ->
Stable.Latest.t Base__.Validate.checkmodule Replace_polymorphic_compare : sig ... endmodule Map : sig ... endmodule Set : sig ... endtype 'command t_ = 'command Poly.t = | Command of 'command |
| Fee_transfer of Mina_base.Fee_transfer.t |
| Coinbase of Mina_base.Coinbase.t |
val fee_excess : t -> Mina_base.Fee_excess.t Core_kernel.Or_error.tval expected_supply_increase :
'a t_ ->
( Currency.Amount.Stable.Latest.t, Core_kernel__.Error.t )
Core_kernel._resultval public_keys : t -> Mina_base_import.Public_key.Compressed.t listval accounts_accessed :
t ->
Mina_base.Transaction_status.t ->
Mina_base.Account_id.t Core_kernel.List.tval accounts_referenced : t -> Mina_base.Account_id.t Core_kernel.List.tval fee_payer_pk : t -> Mina_base_import.Public_key.Compressed.tval valid_size :
genesis_constants:Genesis_constants.t ->
t ->
( unit, Core_kernel__.Error.t ) Core_kernel._result