Mina_base.Coinbase_fee_transfermodule Stable : sig ... endtype t = private Stable.Latest.t = {receiver_pk : Mina_base_import.Public_key.Compressed.t; |
fee : Currency.Fee.t; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval 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 create :
receiver_pk:Mina_base_import.Public_key.Compressed.t ->
fee:Currency.Fee.t ->
tinclude Core_kernel.Comparable.S with type t := tval comparator : ( t, comparator_witness ) Base__Comparator.comparatormodule Replace_polymorphic_compare : sig ... endmodule Map : sig ... endmodule Set : sig ... endinclude Codable.Base58_check_intf with type t := tval to_base58_check : t -> stringexplicit Base58Check encoding
include Codable.Base58_check_base_intf with type t := tval of_base58_check : string -> t Base.Or_error.tBase58Check decoding
val of_base58_check_exn : string -> tBase58Check decoding
val receiver_pk : t -> Mina_base_import.Public_key.Compressed.tval receiver : t -> Account_id.tval fee : t -> Currency.Fee.tval to_fee_transfer : t -> Fee_transfer.Single.tmodule Gen : sig ... end