@neutral-trade/sdk - v1.0.0
    Preparing search index...

    Type Alias SetWithdrawalRedemptionScheduleInstruction<TProgram, TAccountManager, TAccountBundleAccount, TRemainingAccounts>

    SetWithdrawalRedemptionScheduleInstruction: Instruction<TProgram> & InstructionWithData<
        ReadonlyUint8Array,
    > & InstructionWithAccounts<
        [
            TAccountManager extends string
                ? WritableSignerAccount<TAccountManager> & AccountSignerMeta<
                    TAccountManager,
                >
                : TAccountManager,
            TAccountBundleAccount extends string
                ? WritableAccount<TAccountBundleAccount>
                : TAccountBundleAccount,
            ...TRemainingAccounts,
        ],
    >

    Type Parameters

    • TProgram extends string = typeof NTBUNDLE_PROGRAM_ADDRESS
    • TAccountManager extends string | AccountMeta<string> = string
    • TAccountBundleAccount extends string | AccountMeta<string> = string
    • TRemainingAccounts extends readonly AccountMeta<string>[] = []