@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetWithdrawalRedemptionScheduleInput
Type Alias SetWithdrawalRedemptionScheduleInput<TAccountManager, TAccountBundleAccount>
type
SetWithdrawalRedemptionScheduleInput
<
TAccountManager
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
manager
:
TransactionSigner
<
TAccountManager
>
;
withdrawalRedemptionRequestCutoffTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionRequestCutoffTs"
]
;
withdrawalRedemptionUnlockCurrentCycleTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionUnlockCurrentCycleTs"
]
;
withdrawalRedemptionUnlockNextCycleTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionUnlockNextCycleTs"
]
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
Index
Properties
bundle
Account
manager
withdrawal
Redemption
Request
Cutoff
Ts
withdrawal
Redemption
Unlock
Current
Cycle
Ts
withdrawal
Redemption
Unlock
Next
Cycle
Ts
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
manager
manager
:
TransactionSigner
<
TAccountManager
>
withdrawal
Redemption
Request
Cutoff
Ts
withdrawalRedemptionRequestCutoffTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionRequestCutoffTs"
]
withdrawal
Redemption
Unlock
Current
Cycle
Ts
withdrawalRedemptionUnlockCurrentCycleTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionUnlockCurrentCycleTs"
]
withdrawal
Redemption
Unlock
Next
Cycle
Ts
withdrawalRedemptionUnlockNextCycleTs
:
SetWithdrawalRedemptionScheduleInstructionDataArgs
[
"withdrawalRedemptionUnlockNextCycleTs"
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
manager
withdrawal
Redemption
Request
Cutoff
Ts
withdrawal
Redemption
Unlock
Current
Cycle
Ts
withdrawal
Redemption
Unlock
Next
Cycle
Ts
GitHub
@neutral-trade/sdk - v1.0.0
Loading...