MessageAddressTableLookup class

Message Address Table Lookup

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

MessageAddressTableLookup.new({required Pubkey accountKey, required List<int> writableIndexes, required List<int> readonlyIndexes})
Used by a transaction to dynamically load addresses from on-chain address lookup tables.
const
MessageAddressTableLookup.fromJson(Map<String, dynamic> json)
Creates an instance of this class from the constructor parameters defined in the json object.
factory

Properties

accountKey Pubkey
A base-58 encoded public key for an address lookup table account.
final
hashCode int
The hash code for this object.
no setterinherited
readonlyIndexes List<int>
A list of indices used to load addresses of readonly accounts from a lookup table.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writableIndexes List<int>
A List of indices used to load addresses of writable accounts from a lookup table.
final

Methods

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

Operators

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