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