@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetReferrerRateOverrideInput
Type Alias SetReferrerRateOverrideInput<TAccountManager, TAccountBundleAccount, TAccountReferrerAccount>
type
SetReferrerRateOverrideInput
<
TAccountManager
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
TAccountReferrerAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
customMfeeBps
:
SetReferrerRateOverrideInstructionDataArgs
[
"customMfeeBps"
]
;
customPfeeBps
:
SetReferrerRateOverrideInstructionDataArgs
[
"customPfeeBps"
]
;
manager
:
TransactionSigner
<
TAccountManager
>
;
overrideMask
:
SetReferrerRateOverrideInstructionDataArgs
[
"overrideMask"
]
;
referrerAccount
:
Address
<
TAccountReferrerAccount
>
;
}
Type Parameters
TAccountManager
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
TAccountReferrerAccount
extends
string
=
string
Index
Properties
bundle
Account
custom
Mfee
Bps
custom
Pfee
Bps
manager
override
Mask
referrer
Account
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
custom
Mfee
Bps
customMfeeBps
:
SetReferrerRateOverrideInstructionDataArgs
[
"customMfeeBps"
]
custom
Pfee
Bps
customPfeeBps
:
SetReferrerRateOverrideInstructionDataArgs
[
"customPfeeBps"
]
manager
manager
:
TransactionSigner
<
TAccountManager
>
override
Mask
overrideMask
:
SetReferrerRateOverrideInstructionDataArgs
[
"overrideMask"
]
referrer
Account
referrerAccount
:
Address
<
TAccountReferrerAccount
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
custom
Mfee
Bps
custom
Pfee
Bps
manager
override
Mask
referrer
Account
GitHub
@neutral-trade/sdk - v1.0.0
Loading...