AddressTableLookup class
An address table lookup used to load additional accounts.
Constructors
-
AddressTableLookup({required SolAddress accountKey, required List<
int> writableIndexes, required List<int> readonlyIndexes}) - Constructor to create an AddressTableLookup instance.
-
AddressTableLookup.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountKey → SolAddress
-
The key of the account associated with the lookup table.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- numberOfAccounts → int
-
Number of accounts represented in the table (computed property).
latefinal
-
readonlyIndexes
→ List<
int> -
List of indexes corresponding to readonly accounts in the table.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
writableIndexes
→ List<
int> -
List of indexes corresponding to writable accounts in the table.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Override the toString method to provide a string representation of the object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited