@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
NtbundlePluginInstructions
Type Alias NtbundlePluginInstructions
type
NtbundlePluginInstructions
=
{
addStrategy
:
(
input
:
AddStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getAddStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
;
applyFeesToUser
:
(
input
:
ApplyFeesToUserAsyncInput
,
)
=>
ReturnType
<
typeof
getApplyFeesToUserInstructionAsync
>
&
SelfPlanAndSendFunctions
;
changeBundleMasterAdmin
:
(
input
:
ChangeBundleMasterAdminAsyncInput
,
)
=>
ReturnType
<
typeof
getChangeBundleMasterAdminInstructionAsync
>
&
SelfPlanAndSendFunctions
;
changeManager
:
(
input
:
ChangeManagerInput
,
)
=>
ReturnType
<
typeof
getChangeManagerInstruction
>
&
SelfPlanAndSendFunctions
;
clearUserFeeOverride
:
(
input
:
ClearUserFeeOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getClearUserFeeOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
;
clearUserWithdrawalTimingOverride
:
(
input
:
ClearUserWithdrawalTimingOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getClearUserWithdrawalTimingOverrideInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
closeUserBundleAccount
:
(
input
:
CloseUserBundleAccountAsyncInput
,
)
=>
ReturnType
<
typeof
getCloseUserBundleAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
;
distributeToReceivers
:
(
input
:
DistributeToReceiversAsyncInput
,
)
=>
ReturnType
<
typeof
getDistributeToReceiversInstructionAsync
>
&
SelfPlanAndSendFunctions
;
enableStrategy
:
(
input
:
EnableStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getEnableStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
;
endDistribution
:
(
input
:
EndDistributionAsyncInput
,
)
=>
ReturnType
<
typeof
getEndDistributionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initializeBundle
:
(
input
:
InitializeBundleAsyncInput
,
)
=>
ReturnType
<
typeof
getInitializeBundleInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initializeBundleDepositor
:
(
input
:
MakeOptional
<
InitializeBundleDepositorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitializeBundleDepositorInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initializeBundleMasterAccount
:
(
input
:
InitializeBundleMasterAccountAsyncInput
,
)
=>
ReturnType
<
typeof
getInitializeBundleMasterAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
;
initializePermissionedBundleDepositor
:
(
input
:
MakeOptional
<
InitializePermissionedBundleDepositorAsyncInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getInitializePermissionedBundleDepositorInstructionAsync
,
>
&
SelfPlanAndSendFunctions
;
managerWithdraw
:
(
input
:
ManagerWithdrawAsyncInput
,
)
=>
ReturnType
<
typeof
getManagerWithdrawInstructionAsync
>
&
SelfPlanAndSendFunctions
;
managerWithdrawWithSplit
:
(
input
:
ManagerWithdrawWithSplitAsyncInput
,
)
=>
ReturnType
<
typeof
getManagerWithdrawWithSplitInstructionAsync
>
&
SelfPlanAndSendFunctions
;
netPendingTransactions
:
(
input
:
NetPendingTransactionsAsyncInput
,
)
=>
ReturnType
<
typeof
getNetPendingTransactionsInstructionAsync
>
&
SelfPlanAndSendFunctions
;
pauseDepositsWithdrawals
:
(
input
:
PauseDepositsWithdrawalsAsyncInput
,
)
=>
ReturnType
<
typeof
getPauseDepositsWithdrawalsInstructionAsync
>
&
SelfPlanAndSendFunctions
;
performRefill
:
(
input
:
PerformRefillAsyncInput
,
)
=>
ReturnType
<
typeof
getPerformRefillInstructionAsync
>
&
SelfPlanAndSendFunctions
;
processDeposit
:
(
input
:
ProcessDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
;
processReferrerWithdrawal
:
(
input
:
ProcessReferrerWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessReferrerWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
;
processSwitch
:
(
input
:
ProcessSwitchAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessSwitchInstructionAsync
>
&
SelfPlanAndSendFunctions
;
processWithdrawal
:
(
input
:
ProcessWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
;
referrerRequestWithdraw
:
(
input
:
ReferrerRequestWithdrawAsyncInput
,
)
=>
ReturnType
<
typeof
getReferrerRequestWithdrawInstructionAsync
>
&
SelfPlanAndSendFunctions
;
refundDeposit
:
(
input
:
RefundDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getRefundDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
;
registerReferrer
:
(
input
:
RegisterReferrerAsyncInput
,
)
=>
ReturnType
<
typeof
getRegisterReferrerInstructionAsync
>
&
SelfPlanAndSendFunctions
;
removeStrategy
:
(
input
:
RemoveStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getRemoveStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
;
requestBundleSwitch
:
(
input
:
RequestBundleSwitchAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestBundleSwitchInstructionAsync
>
&
SelfPlanAndSendFunctions
;
requestDeposit
:
(
input
:
RequestDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
;
requestWithdrawal
:
(
input
:
RequestWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setBundleCreator
:
(
input
:
SetBundleCreatorAsyncInput
,
)
=>
ReturnType
<
typeof
getSetBundleCreatorInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setDelays
:
(
input
:
SetDelaysInput
,
)
=>
ReturnType
<
typeof
getSetDelaysInstruction
>
&
SelfPlanAndSendFunctions
;
setFees
:
(
input
:
SetFeesInput
,
)
=>
ReturnType
<
typeof
getSetFeesInstruction
>
&
SelfPlanAndSendFunctions
;
setKeeper
:
(
input
:
SetKeeperInput
,
)
=>
ReturnType
<
typeof
getSetKeeperInstruction
>
&
SelfPlanAndSendFunctions
;
setMaxDepositAmount
:
(
input
:
SetMaxDepositAmountInput
,
)
=>
ReturnType
<
typeof
getSetMaxDepositAmountInstruction
>
&
SelfPlanAndSendFunctions
;
setMinDepositAmount
:
(
input
:
SetMinDepositAmountInput
,
)
=>
ReturnType
<
typeof
getSetMinDepositAmountInstruction
>
&
SelfPlanAndSendFunctions
;
setOracleBuffer
:
(
input
:
SetOracleBufferInput
,
)
=>
ReturnType
<
typeof
getSetOracleBufferInstruction
>
&
SelfPlanAndSendFunctions
;
setOracleMaxAge
:
(
input
:
SetOracleMaxAgeInput
,
)
=>
ReturnType
<
typeof
getSetOracleMaxAgeInstruction
>
&
SelfPlanAndSendFunctions
;
setOracleUpdateTimeLimit
:
(
input
:
SetOracleUpdateTimeLimitInput
,
)
=>
ReturnType
<
typeof
getSetOracleUpdateTimeLimitInstruction
>
&
SelfPlanAndSendFunctions
;
setReferrerActive
:
(
input
:
SetReferrerActiveInput
,
)
=>
ReturnType
<
typeof
getSetReferrerActiveInstruction
>
&
SelfPlanAndSendFunctions
;
setReferrerConfig
:
(
input
:
SetReferrerConfigInput
,
)
=>
ReturnType
<
typeof
getSetReferrerConfigInstruction
>
&
SelfPlanAndSendFunctions
;
setReferrerRateOverride
:
(
input
:
SetReferrerRateOverrideInput
,
)
=>
ReturnType
<
typeof
getSetReferrerRateOverrideInstruction
>
&
SelfPlanAndSendFunctions
;
setUserFeeOverride
:
(
input
:
SetUserFeeOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserFeeOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setUserReferrer
:
(
input
:
SetUserReferrerAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserReferrerInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setUserWithdrawalTimingOverride
:
(
input
:
SetUserWithdrawalTimingOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserWithdrawalTimingOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
;
setWithdrawalRedemptionSchedule
:
(
input
:
SetWithdrawalRedemptionScheduleInput
,
)
=>
ReturnType
<
typeof
getSetWithdrawalRedemptionScheduleInstruction
>
&
SelfPlanAndSendFunctions
;
startDistribution
:
(
input
:
StartDistributionAsyncInput
,
)
=>
ReturnType
<
typeof
getStartDistributionInstructionAsync
>
&
SelfPlanAndSendFunctions
;
updateAllocations
:
(
input
:
UpdateAllocationsAsyncInput
,
)
=>
ReturnType
<
typeof
getUpdateAllocationsInstructionAsync
>
&
SelfPlanAndSendFunctions
;
updateOracle
:
(
input
:
UpdateOracleAsyncInput
,
)
=>
ReturnType
<
typeof
getUpdateOracleInstructionAsync
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
add
Strategy
apply
Fees
To
User
change
Bundle
Master
Admin
change
Manager
clear
User
Fee
Override
clear
User
Withdrawal
Timing
Override
close
User
Bundle
Account
distribute
To
Receivers
enable
Strategy
end
Distribution
initialize
Bundle
initialize
Bundle
Depositor
initialize
Bundle
Master
Account
initialize
Permissioned
Bundle
Depositor
manager
Withdraw
manager
Withdraw
With
Split
net
Pending
Transactions
pause
Deposits
Withdrawals
perform
Refill
process
Deposit
process
Referrer
Withdrawal
process
Switch
process
Withdrawal
referrer
Request
Withdraw
refund
Deposit
register
Referrer
remove
Strategy
request
Bundle
Switch
request
Deposit
request
Withdrawal
set
Bundle
Creator
set
Delays
set
Fees
set
Keeper
set
Max
Deposit
Amount
set
Min
Deposit
Amount
set
Oracle
Buffer
set
Oracle
Max
Age
set
Oracle
Update
Time
Limit
set
Referrer
Active
set
Referrer
Config
set
Referrer
Rate
Override
set
User
Fee
Override
set
User
Referrer
set
User
Withdrawal
Timing
Override
set
Withdrawal
Redemption
Schedule
start
Distribution
update
Allocations
update
Oracle
Properties
add
Strategy
addStrategy
:
(
input
:
AddStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getAddStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
apply
Fees
To
User
applyFeesToUser
:
(
input
:
ApplyFeesToUserAsyncInput
,
)
=>
ReturnType
<
typeof
getApplyFeesToUserInstructionAsync
>
&
SelfPlanAndSendFunctions
change
Bundle
Master
Admin
changeBundleMasterAdmin
:
(
input
:
ChangeBundleMasterAdminAsyncInput
,
)
=>
ReturnType
<
typeof
getChangeBundleMasterAdminInstructionAsync
>
&
SelfPlanAndSendFunctions
change
Manager
changeManager
:
(
input
:
ChangeManagerInput
,
)
=>
ReturnType
<
typeof
getChangeManagerInstruction
>
&
SelfPlanAndSendFunctions
clear
User
Fee
Override
clearUserFeeOverride
:
(
input
:
ClearUserFeeOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getClearUserFeeOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
clear
User
Withdrawal
Timing
Override
clearUserWithdrawalTimingOverride
:
(
input
:
ClearUserWithdrawalTimingOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getClearUserWithdrawalTimingOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
close
User
Bundle
Account
closeUserBundleAccount
:
(
input
:
CloseUserBundleAccountAsyncInput
,
)
=>
ReturnType
<
typeof
getCloseUserBundleAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
distribute
To
Receivers
distributeToReceivers
:
(
input
:
DistributeToReceiversAsyncInput
,
)
=>
ReturnType
<
typeof
getDistributeToReceiversInstructionAsync
>
&
SelfPlanAndSendFunctions
enable
Strategy
enableStrategy
:
(
input
:
EnableStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getEnableStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
end
Distribution
endDistribution
:
(
input
:
EndDistributionAsyncInput
,
)
=>
ReturnType
<
typeof
getEndDistributionInstructionAsync
>
&
SelfPlanAndSendFunctions
initialize
Bundle
initializeBundle
:
(
input
:
InitializeBundleAsyncInput
,
)
=>
ReturnType
<
typeof
getInitializeBundleInstructionAsync
>
&
SelfPlanAndSendFunctions
initialize
Bundle
Depositor
initializeBundleDepositor
:
(
input
:
MakeOptional
<
InitializeBundleDepositorAsyncInput
,
"payer"
>
,
)
=>
ReturnType
<
typeof
getInitializeBundleDepositorInstructionAsync
>
&
SelfPlanAndSendFunctions
initialize
Bundle
Master
Account
initializeBundleMasterAccount
:
(
input
:
InitializeBundleMasterAccountAsyncInput
,
)
=>
ReturnType
<
typeof
getInitializeBundleMasterAccountInstructionAsync
>
&
SelfPlanAndSendFunctions
initialize
Permissioned
Bundle
Depositor
initializePermissionedBundleDepositor
:
(
input
:
MakeOptional
<
InitializePermissionedBundleDepositorAsyncInput
,
"payer"
,
>
,
)
=>
ReturnType
<
typeof
getInitializePermissionedBundleDepositorInstructionAsync
,
>
&
SelfPlanAndSendFunctions
manager
Withdraw
managerWithdraw
:
(
input
:
ManagerWithdrawAsyncInput
,
)
=>
ReturnType
<
typeof
getManagerWithdrawInstructionAsync
>
&
SelfPlanAndSendFunctions
manager
Withdraw
With
Split
managerWithdrawWithSplit
:
(
input
:
ManagerWithdrawWithSplitAsyncInput
,
)
=>
ReturnType
<
typeof
getManagerWithdrawWithSplitInstructionAsync
>
&
SelfPlanAndSendFunctions
net
Pending
Transactions
netPendingTransactions
:
(
input
:
NetPendingTransactionsAsyncInput
,
)
=>
ReturnType
<
typeof
getNetPendingTransactionsInstructionAsync
>
&
SelfPlanAndSendFunctions
pause
Deposits
Withdrawals
pauseDepositsWithdrawals
:
(
input
:
PauseDepositsWithdrawalsAsyncInput
,
)
=>
ReturnType
<
typeof
getPauseDepositsWithdrawalsInstructionAsync
>
&
SelfPlanAndSendFunctions
perform
Refill
performRefill
:
(
input
:
PerformRefillAsyncInput
,
)
=>
ReturnType
<
typeof
getPerformRefillInstructionAsync
>
&
SelfPlanAndSendFunctions
process
Deposit
processDeposit
:
(
input
:
ProcessDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
process
Referrer
Withdrawal
processReferrerWithdrawal
:
(
input
:
ProcessReferrerWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessReferrerWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
process
Switch
processSwitch
:
(
input
:
ProcessSwitchAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessSwitchInstructionAsync
>
&
SelfPlanAndSendFunctions
process
Withdrawal
processWithdrawal
:
(
input
:
ProcessWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getProcessWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
referrer
Request
Withdraw
referrerRequestWithdraw
:
(
input
:
ReferrerRequestWithdrawAsyncInput
,
)
=>
ReturnType
<
typeof
getReferrerRequestWithdrawInstructionAsync
>
&
SelfPlanAndSendFunctions
refund
Deposit
refundDeposit
:
(
input
:
RefundDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getRefundDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
register
Referrer
registerReferrer
:
(
input
:
RegisterReferrerAsyncInput
,
)
=>
ReturnType
<
typeof
getRegisterReferrerInstructionAsync
>
&
SelfPlanAndSendFunctions
remove
Strategy
removeStrategy
:
(
input
:
RemoveStrategyAsyncInput
,
)
=>
ReturnType
<
typeof
getRemoveStrategyInstructionAsync
>
&
SelfPlanAndSendFunctions
request
Bundle
Switch
requestBundleSwitch
:
(
input
:
RequestBundleSwitchAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestBundleSwitchInstructionAsync
>
&
SelfPlanAndSendFunctions
request
Deposit
requestDeposit
:
(
input
:
RequestDepositAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestDepositInstructionAsync
>
&
SelfPlanAndSendFunctions
request
Withdrawal
requestWithdrawal
:
(
input
:
RequestWithdrawalAsyncInput
,
)
=>
ReturnType
<
typeof
getRequestWithdrawalInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Bundle
Creator
setBundleCreator
:
(
input
:
SetBundleCreatorAsyncInput
,
)
=>
ReturnType
<
typeof
getSetBundleCreatorInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Delays
setDelays
:
(
input
:
SetDelaysInput
,
)
=>
ReturnType
<
typeof
getSetDelaysInstruction
>
&
SelfPlanAndSendFunctions
set
Fees
setFees
:
(
input
:
SetFeesInput
,
)
=>
ReturnType
<
typeof
getSetFeesInstruction
>
&
SelfPlanAndSendFunctions
set
Keeper
setKeeper
:
(
input
:
SetKeeperInput
,
)
=>
ReturnType
<
typeof
getSetKeeperInstruction
>
&
SelfPlanAndSendFunctions
set
Max
Deposit
Amount
setMaxDepositAmount
:
(
input
:
SetMaxDepositAmountInput
,
)
=>
ReturnType
<
typeof
getSetMaxDepositAmountInstruction
>
&
SelfPlanAndSendFunctions
set
Min
Deposit
Amount
setMinDepositAmount
:
(
input
:
SetMinDepositAmountInput
,
)
=>
ReturnType
<
typeof
getSetMinDepositAmountInstruction
>
&
SelfPlanAndSendFunctions
set
Oracle
Buffer
setOracleBuffer
:
(
input
:
SetOracleBufferInput
,
)
=>
ReturnType
<
typeof
getSetOracleBufferInstruction
>
&
SelfPlanAndSendFunctions
set
Oracle
Max
Age
setOracleMaxAge
:
(
input
:
SetOracleMaxAgeInput
,
)
=>
ReturnType
<
typeof
getSetOracleMaxAgeInstruction
>
&
SelfPlanAndSendFunctions
set
Oracle
Update
Time
Limit
setOracleUpdateTimeLimit
:
(
input
:
SetOracleUpdateTimeLimitInput
,
)
=>
ReturnType
<
typeof
getSetOracleUpdateTimeLimitInstruction
>
&
SelfPlanAndSendFunctions
set
Referrer
Active
setReferrerActive
:
(
input
:
SetReferrerActiveInput
,
)
=>
ReturnType
<
typeof
getSetReferrerActiveInstruction
>
&
SelfPlanAndSendFunctions
set
Referrer
Config
setReferrerConfig
:
(
input
:
SetReferrerConfigInput
,
)
=>
ReturnType
<
typeof
getSetReferrerConfigInstruction
>
&
SelfPlanAndSendFunctions
set
Referrer
Rate
Override
setReferrerRateOverride
:
(
input
:
SetReferrerRateOverrideInput
,
)
=>
ReturnType
<
typeof
getSetReferrerRateOverrideInstruction
>
&
SelfPlanAndSendFunctions
set
User
Fee
Override
setUserFeeOverride
:
(
input
:
SetUserFeeOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserFeeOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
set
User
Referrer
setUserReferrer
:
(
input
:
SetUserReferrerAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserReferrerInstructionAsync
>
&
SelfPlanAndSendFunctions
set
User
Withdrawal
Timing
Override
setUserWithdrawalTimingOverride
:
(
input
:
SetUserWithdrawalTimingOverrideAsyncInput
,
)
=>
ReturnType
<
typeof
getSetUserWithdrawalTimingOverrideInstructionAsync
>
&
SelfPlanAndSendFunctions
set
Withdrawal
Redemption
Schedule
setWithdrawalRedemptionSchedule
:
(
input
:
SetWithdrawalRedemptionScheduleInput
,
)
=>
ReturnType
<
typeof
getSetWithdrawalRedemptionScheduleInstruction
>
&
SelfPlanAndSendFunctions
start
Distribution
startDistribution
:
(
input
:
StartDistributionAsyncInput
,
)
=>
ReturnType
<
typeof
getStartDistributionInstructionAsync
>
&
SelfPlanAndSendFunctions
update
Allocations
updateAllocations
:
(
input
:
UpdateAllocationsAsyncInput
,
)
=>
ReturnType
<
typeof
getUpdateAllocationsInstructionAsync
>
&
SelfPlanAndSendFunctions
update
Oracle
updateOracle
:
(
input
:
UpdateOracleAsyncInput
,
)
=>
ReturnType
<
typeof
getUpdateOracleInstructionAsync
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Strategy
apply
Fees
To
User
change
Bundle
Master
Admin
change
Manager
clear
User
Fee
Override
clear
User
Withdrawal
Timing
Override
close
User
Bundle
Account
distribute
To
Receivers
enable
Strategy
end
Distribution
initialize
Bundle
initialize
Bundle
Depositor
initialize
Bundle
Master
Account
initialize
Permissioned
Bundle
Depositor
manager
Withdraw
manager
Withdraw
With
Split
net
Pending
Transactions
pause
Deposits
Withdrawals
perform
Refill
process
Deposit
process
Referrer
Withdrawal
process
Switch
process
Withdrawal
referrer
Request
Withdraw
refund
Deposit
register
Referrer
remove
Strategy
request
Bundle
Switch
request
Deposit
request
Withdrawal
set
Bundle
Creator
set
Delays
set
Fees
set
Keeper
set
Max
Deposit
Amount
set
Min
Deposit
Amount
set
Oracle
Buffer
set
Oracle
Max
Age
set
Oracle
Update
Time
Limit
set
Referrer
Active
set
Referrer
Config
set
Referrer
Rate
Override
set
User
Fee
Override
set
User
Referrer
set
User
Withdrawal
Timing
Override
set
Withdrawal
Redemption
Schedule
start
Distribution
update
Allocations
update
Oracle
GitHub
@neutral-trade/sdk - v1.0.0
Loading...