Rendered.Payment
type t = {
to_ : public_key; |
from : public_key; |
fee : Unsigned_extended.UInt64.t; |
token : string; |
nonce : Unsigned_extended.UInt32.t; |
memo : string option; |
amount : Unsigned_extended.UInt64.t; |
valid_until : Unsigned_extended.UInt32.t option; |
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or