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