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(Duration.idl),
  "max_message_size_bytes": IDL.Opt(IDL.Nat32),
  "archive_options": IDL.Opt(ArchiveOptions.idl),
  "initial_values": IDL.Vec(IDL.Tuple([AccountIdentifier, ICPTs.idl])),
});