@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetDelaysInput
Type Alias SetDelaysInput<TAccountManager, TAccountBundleAccount>
type
SetDelaysInput
<
TAccountManager
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
manager
:
TransactionSigner
<
TAccountManager
>
;
withdrawalCurve
:
SetDelaysInstructionDataArgs
[
"withdrawalCurve"
]
;
withdrawalDelay
:
SetDelaysInstructionDataArgs
[
"withdrawalDelay"
]
;
withdrawalTMax
:
SetDelaysInstructionDataArgs
[
"withdrawalTMax"
]
;
withdrawalTMin
:
SetDelaysInstructionDataArgs
[
"withdrawalTMin"
]
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
Index
Properties
bundle
Account
manager
withdrawal
Curve
withdrawal
Delay
withdrawal
T
Max
withdrawal
T
Min
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
manager
manager
:
TransactionSigner
<
TAccountManager
>
withdrawal
Curve
withdrawalCurve
:
SetDelaysInstructionDataArgs
[
"withdrawalCurve"
]
withdrawal
Delay
withdrawalDelay
:
SetDelaysInstructionDataArgs
[
"withdrawalDelay"
]
withdrawal
T
Max
withdrawalTMax
:
SetDelaysInstructionDataArgs
[
"withdrawalTMax"
]
withdrawal
T
Min
withdrawalTMin
:
SetDelaysInstructionDataArgs
[
"withdrawalTMin"
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
manager
withdrawal
Curve
withdrawal
Delay
withdrawal
T
Max
withdrawal
T
Min
GitHub
@neutral-trade/sdk - v1.0.0
Loading...