idl property
Implementation
static final idl = IDL.Record({
'to_subaccount': IDL.Opt(SubAccount),
'from_subaccount': IDL.Opt(SubAccount),
'to_canister': IDL.Principal,
'max_fee': ICPTs.idl,
'block_height': _blockHeight,
});
static final idl = IDL.Record({
'to_subaccount': IDL.Opt(SubAccount),
'from_subaccount': IDL.Opt(SubAccount),
'to_canister': IDL.Principal,
'max_fee': ICPTs.idl,
'block_height': _blockHeight,
});