@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
UpdateAllocationsAsyncInput
Type Alias UpdateAllocationsAsyncInput<TAccountManager, TAccountReceiverAddress, TAccountBundleAccount, TAccountStrategyAccount>
type
UpdateAllocationsAsyncInput
<
TAccountManager
extends
string
=
string
,
TAccountReceiverAddress
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
TAccountStrategyAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
manager
:
TransactionSigner
<
TAccountManager
>
;
newAllocationBps
:
UpdateAllocationsInstructionDataArgs
[
"newAllocationBps"
]
;
receiverAddress
:
Address
<
TAccountReceiverAddress
>
;
strategyAccount
?:
Address
<
TAccountStrategyAccount
>
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountReceiverAddress
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
TAccountStrategyAccount
extends
string
=
string
Index
Properties
bundle
Account
manager
new
Allocation
Bps
receiver
Address
strategy
Account?
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
manager
manager
:
TransactionSigner
<
TAccountManager
>
new
Allocation
Bps
newAllocationBps
:
UpdateAllocationsInstructionDataArgs
[
"newAllocationBps"
]
receiver
Address
receiverAddress
:
Address
<
TAccountReceiverAddress
>
Optional
strategy
Account
strategyAccount
?:
Address
<
TAccountStrategyAccount
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
manager
new
Allocation
Bps
receiver
Address
strategy
Account
GitHub
@neutral-trade/sdk - v1.0.0
Loading...