idl property

Record idl
getter/setter pair

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