Creates a transaction instruction to destroy a scheduled transaction.
The necessary data for destroying the scheduled transaction.
A Solana TransactionInstruction to destroy the scheduled transaction.
TransactionInstruction
const instruction = destroyScheduledTransactionInstruction({ neonEvmProgram, signerAddress, balanceAddress, treeAccountAddress});transaction.add(instruction); Copy
const instruction = destroyScheduledTransactionInstruction({ neonEvmProgram, signerAddress, balanceAddress, treeAccountAddress});transaction.add(instruction);
Creates a transaction instruction to destroy a scheduled transaction.