LedgerCanisterInitPayload class

Constructors

LedgerCanisterInitPayload({required List<List<Principal>> send_whitelist, required String minting_account, required List<List> initial_values, Duration? transaction_window, int? max_message_size_bytes, ArchiveOptions? archive_options})
LedgerCanisterInitPayload.fromMap(Map map)
factory

Properties

archive_options ArchiveOptions?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initial_values List<List>
getter/setter pair
max_message_size_bytes int?
getter/setter pair
minting_account String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
send_whitelist List<List<Principal>>
getter/setter pair
transaction_window Duration?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

idl Record
getter/setter pair