@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetFeesInput
Type Alias SetFeesInput<TAccountManager, TAccountBundleAccount>
type
SetFeesInput
<
TAccountManager
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
depositFee
:
SetFeesInstructionDataArgs
[
"depositFee"
]
;
managementFeeBps
:
SetFeesInstructionDataArgs
[
"managementFeeBps"
]
;
manager
:
TransactionSigner
<
TAccountManager
>
;
performanceFee
:
SetFeesInstructionDataArgs
[
"performanceFee"
]
;
treasury
:
SetFeesInstructionDataArgs
[
"treasury"
]
;
withdrawalFee
:
SetFeesInstructionDataArgs
[
"withdrawalFee"
]
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
Index
Properties
bundle
Account
deposit
Fee
management
Fee
Bps
manager
performance
Fee
treasury
withdrawal
Fee
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
deposit
Fee
depositFee
:
SetFeesInstructionDataArgs
[
"depositFee"
]
management
Fee
Bps
managementFeeBps
:
SetFeesInstructionDataArgs
[
"managementFeeBps"
]
manager
manager
:
TransactionSigner
<
TAccountManager
>
performance
Fee
performanceFee
:
SetFeesInstructionDataArgs
[
"performanceFee"
]
treasury
treasury
:
SetFeesInstructionDataArgs
[
"treasury"
]
withdrawal
Fee
withdrawalFee
:
SetFeesInstructionDataArgs
[
"withdrawalFee"
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
deposit
Fee
management
Fee
Bps
manager
performance
Fee
treasury
withdrawal
Fee
GitHub
@neutral-trade/sdk - v1.0.0
Loading...