idl property

Record idl
getter/setter pair

Implementation

static Record idl = IDL.Record({
  'send_whitelist': IDL.Vec(IDL.Tuple([IDL.Principal])),
  'minting_account': _accountIdentifier,
  'transaction_window': IDL.Opt(PayloadDuration.idl),
  'max_message_size_bytes': IDL.Opt(IDL.Nat32),
  'archive_options': IDL.Opt(ArchiveOptions.idl),
  'initial_values': IDL.Vec(IDL.Tuple([_accountIdentifier, ICPTs.idl])),
});