TransferHookUtils class

Constructors

TransferHookUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveExtraAccountMeta({required SolanaRPC connection, required ExtraAccountMeta extraMeta, required List<AccountMeta> previousMetas, required List<int> instructionData, required SolAddress transferHookProgramId}) Future<AccountMeta>
toString() String
A string representation of this object.
inherited
unpackFirstSeed({required List<int> seeds, required List<AccountMeta> previousMetas, required List<int> instructionData, required SolanaRPC connection}) Future<Tuple<List<int>, int>?>
unpackSeeds({required List<int> seeds, required List<AccountMeta> previousMetas, required List<int> instructionData, required SolanaRPC connection}) Future<List<List<int>>>

Operators

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

Static Methods

unpackSeedAccountData({required List<int> seeds, required List<AccountMeta> previousMetas, required SolanaRPC connection}) Future<Tuple<List<int>, int>>
unpackSeedAccountKey({required List<int> seeds, required List<AccountMeta> previousMetas}) → Tuple<List<int>, int>
unpackSeedInstructionArg({required List<int> seeds, required List<int> instructionData}) → Tuple<List<int>, int>
unpackSeedLiteral(List<int> seeds) → Tuple<List<int>, int>