A fully encoded Solana transaction instruction.
This is the SDK-native representation. Use toKitInstruction() from the programs module to convert to a @solana/kit IInstruction.
toKitInstruction()
programs
@solana/kit
IInstruction
1.1.0
Serialised instruction data (Borsh / custom binary).
Ordered list of account inputs.
Program that will process this instruction.
A fully encoded Solana transaction instruction.
This is the SDK-native representation. Use
toKitInstruction()from theprogramsmodule to convert to a@solana/kitIInstruction.Since
1.1.0