AssociatedTokenAccountInstruction class

Inheritance

Constructors

AssociatedTokenAccountInstruction.createAccount({required Ed25519HDPublicKey funder, required Ed25519HDPublicKey address, required Ed25519HDPublicKey owner, required Ed25519HDPublicKey mint})
Create an instruction for the associated token account program.
factory

Properties

accounts List<AccountMeta>
finalinherited
data ByteArray
finalinherited
hashCode int
The hash code for this object.
no setterinherited
programId Ed25519HDPublicKey
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compile(Map<Ed25519HDPublicKey, int> accountIndexesMap) CompiledInstruction
Compiles instruction according to the instruction format.
inherited
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 ==(dynamic other) bool
The equality operator.
inherited