@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetUserFeeOverrideInput
Type Alias SetUserFeeOverrideInput<TAccountManager, TAccountUserBundleAccountOwner, TAccountUserBundleAccount, TAccountBundleAccount>
type
SetUserFeeOverrideInput
<
TAccountManager
extends
string
=
string
,
TAccountUserBundleAccountOwner
extends
string
=
string
,
TAccountUserBundleAccount
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
customDepositFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customDepositFeeBps"
]
;
customManagementFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customManagementFeeBps"
]
;
customPerformanceFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customPerformanceFeeBps"
]
;
customWithdrawalFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customWithdrawalFeeBps"
]
;
manager
:
TransactionSigner
<
TAccountManager
>
;
overrideMask
:
SetUserFeeOverrideInstructionDataArgs
[
"overrideMask"
]
;
userBundleAccount
:
Address
<
TAccountUserBundleAccount
>
;
userBundleAccountOwner
:
Address
<
TAccountUserBundleAccountOwner
>
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountUserBundleAccountOwner
extends
string
=
string
TAccountUserBundleAccount
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
Index
Properties
bundle
Account
custom
Deposit
Fee
Bps
custom
Management
Fee
Bps
custom
Performance
Fee
Bps
custom
Withdrawal
Fee
Bps
manager
override
Mask
user
Bundle
Account
user
Bundle
Account
Owner
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
custom
Deposit
Fee
Bps
customDepositFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customDepositFeeBps"
]
custom
Management
Fee
Bps
customManagementFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customManagementFeeBps"
]
custom
Performance
Fee
Bps
customPerformanceFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customPerformanceFeeBps"
]
custom
Withdrawal
Fee
Bps
customWithdrawalFeeBps
:
SetUserFeeOverrideInstructionDataArgs
[
"customWithdrawalFeeBps"
]
manager
manager
:
TransactionSigner
<
TAccountManager
>
override
Mask
overrideMask
:
SetUserFeeOverrideInstructionDataArgs
[
"overrideMask"
]
user
Bundle
Account
userBundleAccount
:
Address
<
TAccountUserBundleAccount
>
user
Bundle
Account
Owner
userBundleAccountOwner
:
Address
<
TAccountUserBundleAccountOwner
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
custom
Deposit
Fee
Bps
custom
Management
Fee
Bps
custom
Performance
Fee
Bps
custom
Withdrawal
Fee
Bps
manager
override
Mask
user
Bundle
Account
user
Bundle
Account
Owner
GitHub
@neutral-trade/sdk - v1.0.0
Loading...