@neutral-trade/sdk - v1.0.0
GitHub
Preparing search index...
RegisterReferrerInput
Type Alias RegisterReferrerInput<TAccountReferrer, TAccountReferrerAccount, TAccountBundleAccount, TAccountReferrerUserBundleAccount, TAccountSystemProgram>
type
RegisterReferrerInput
<
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
>
referrer
Account
referrerAccount
:
Address
<
TAccountReferrerAccount
>
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...