idl property
Implementation
static Record idl = IDL.Record({
'to': _accountIdentifier,
'fee': ICPTs.idl,
'memo': _memo,
'from_subaccount': IDL.Opt(SubAccount),
'created_at_time': IDL.Opt(TimeStamp.idl),
'amount': ICPTs.idl,
});
static Record idl = IDL.Record({
'to': _accountIdentifier,
'fee': ICPTs.idl,
'memo': _memo,
'from_subaccount': IDL.Opt(SubAccount),
'created_at_time': IDL.Opt(TimeStamp.idl),
'amount': ICPTs.idl,
});