instructions
instructions: readonly (
| Instruction<
Address,
readonly (AccountMeta<string> | AccountLookupMeta<string, string>)[],
> & InstructionWithData<ReadonlyUint8Array> & InstructionWithAccounts<
[
AccountMeta<string> & {} & AccountSignerMeta<
string,
TransactionSigner<string>,
>,
AccountMeta<string> & {} & AccountSignerMeta<
string,
TransactionSigner<string>,
>,
],
> & InstructionWithByteDelta
| InitializeInstruction<Address, string, string, []>
| DelegateStakeInstruction<
Address,
string,
string,
string,
string,
string,
string,
[],
>
)[]
Result from
getStakeInstructions— the instructions and generated stake account signer.