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

    Type Alias SetWithdrawalRedemptionScheduleInstructionDataArgs

    type SetWithdrawalRedemptionScheduleInstructionDataArgs = {
        withdrawalRedemptionRequestCutoffTs: number | bigint;
        withdrawalRedemptionUnlockCurrentCycleTs: number | bigint;
        withdrawalRedemptionUnlockNextCycleTs: number | bigint;
    }
    Index

    Properties

    withdrawalRedemptionRequestCutoffTs: number | bigint
    withdrawalRedemptionUnlockCurrentCycleTs: number | bigint
    withdrawalRedemptionUnlockNextCycleTs: number | bigint