idl property

RecordClass idl
final

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,
});