@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
SetUserReferrerAsyncInput
Type Alias SetUserReferrerAsyncInput<TAccountUser, TAccountBundleAccount, TAccountUserBundleAccount, TAccountReferrerAccount, TAccountReferrerUserBundleAccount>
type
SetUserReferrerAsyncInput
<
TAccountUser
extends
string
=
string
,
TAccountBundleAccount
extends
string
=
string
,
TAccountUserBundleAccount
extends
string
=
string
,
TAccountReferrerAccount
extends
string
=
string
,
TAccountReferrerUserBundleAccount
extends
string
=
string
,
>
=
{
bundleAccount
:
Address
<
TAccountBundleAccount
>
;
referrerAccount
:
Address
<
TAccountReferrerAccount
>
;
referrerUserBundleAccount
:
Address
<
TAccountReferrerUserBundleAccount
>
;
user
:
TransactionSigner
<
TAccountUser
>
;
userBundleAccount
?:
Address
<
TAccountUserBundleAccount
>
;
}
Type Parameters
TAccountUser
extends
string
=
string
TAccountBundleAccount
extends
string
=
string
TAccountUserBundleAccount
extends
string
=
string
TAccountReferrerAccount
extends
string
=
string
TAccountReferrerUserBundleAccount
extends
string
=
string
Index
Properties
bundle
Account
referrer
Account
referrer
User
Bundle
Account
user
user
Bundle
Account?
Properties
bundle
Account
bundleAccount
:
Address
<
TAccountBundleAccount
>
referrer
Account
referrerAccount
:
Address
<
TAccountReferrerAccount
>
referrer
User
Bundle
Account
referrerUserBundleAccount
:
Address
<
TAccountReferrerUserBundleAccount
>
user
user
:
TransactionSigner
<
TAccountUser
>
Optional
user
Bundle
Account
userBundleAccount
?:
Address
<
TAccountUserBundleAccount
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bundle
Account
referrer
Account
referrer
User
Bundle
Account
user
user
Bundle
Account
GitHub
@neutral-trade/sdk - v1.0.0
Loading...