MessageAccountKeys class
Class representing the keys associated with a Solana message.
Constructors
-
MessageAccountKeys(List<
SolAddress> accounts, AccountLookupKeys? accountKeysFromLookups) - Constructor to create a MessageAccountKeys instance.
Properties
- accountKeysFromLookups → AccountLookupKeys?
-
Account lookup keys obtained from table lookups.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
Total length of all key segments combined.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
byIndex(
dynamic index) → SolAddress? - Retrieve the Solana address at the specified index.
-
compileInstructions(
List< TransactionInstruction> instructions) → List<CompiledInstruction> - Compile transaction instructions into compiled instructions.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited