User_command_info.Partialtype t = {kind : Kind.t; |
fee_payer : [ `Pk of string ]; |
source : [ `Pk of string ]; |
receiver : [ `Pk of string ]; |
fee_token : [ `Token_id of string ]; |
token : [ `Token_id of string ]; |
fee : Unsigned_extended.UInt64.t; |
amount : Unsigned_extended.UInt64.t option; |
valid_until : Unsigned_extended.UInt32.t option; |
memo : string option; |
}val to_yojson : t -> Yojson.Safe.tval _ : t -> Yojson.Safe.tval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tmodule Reason = Errors.Partial_reasonval to_user_command_payload :
t ->
nonce:Unsigned_extended.UInt32.t ->
( Signed_command.Payload.t, Errors.t ) Core_kernel.Result.t