Mina_transaction.Transaction_hash
module Stable : sig ... end
type t = Stable.Latest.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
val of_base58_check : string -> t Core_kernel.Or_error.t
val of_base58_check_exn : string -> t
val to_base58_check : t -> string
val hash_signed_command : Mina_base.Signed_command.t -> t
val hash_command : Mina_base.User_command.t -> t
val hash_fee_transfer : Mina_base.Fee_transfer.Single.t -> t
val hash_coinbase : Mina_base.Coinbase.t -> t
val hash_of_transaction_id : string -> t Core_kernel.Or_error.t
the input string can be either a Base58Check encoding of a Signed command.Stable.V1.t instance, or, the Base64 encoding of a later version of a signed command or any version of a zkApp command
include Core_kernel.Comparable.S with type t := t
val comparator : ( t, comparator_witness ) Base__Comparator.comparator
module Replace_polymorphic_compare : sig ... end
module Map : sig ... end
module Set : sig ... end
module User_command_with_valid_signature : sig ... end
module User_command : sig ... end