Preparing search index...
The search index is not available
Documentation
Documentation
@orca-so/whirlpools-client
InitializeTokenBadgeInput
Type Alias InitializeTokenBadgeInput<TAccountWhirlpoolsConfig, TAccountWhirlpoolsConfigExtension, TAccountTokenBadgeAuthority, TAccountTokenMint, TAccountTokenBadge, TAccountFunder, TAccountSystemProgram>
InitializeTokenBadgeInput
:
{
funder
:
TransactionSigner
<
TAccountFunder
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tokenBadge
:
Address
<
TAccountTokenBadge
>
;
tokenBadgeAuthority
:
TransactionSigner
<
TAccountTokenBadgeAuthority
>
;
tokenMint
:
Address
<
TAccountTokenMint
>
;
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
;
whirlpoolsConfigExtension
:
Address
<
TAccountWhirlpoolsConfigExtension
>
;
}
Type Parameters
TAccountWhirlpoolsConfig
extends
string
=
string
TAccountWhirlpoolsConfigExtension
extends
string
=
string
TAccountTokenBadgeAuthority
extends
string
=
string
TAccountTokenMint
extends
string
=
string
TAccountTokenBadge
extends
string
=
string
TAccountFunder
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Type declaration
funder
:
TransactionSigner
<
TAccountFunder
>
Optional
systemProgram
?:
Address
<
TAccountSystemProgram
>
tokenBadge
:
Address
<
TAccountTokenBadge
>
tokenBadgeAuthority
:
TransactionSigner
<
TAccountTokenBadgeAuthority
>
tokenMint
:
Address
<
TAccountTokenMint
>
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
whirlpoolsConfigExtension
:
Address
<
TAccountWhirlpoolsConfigExtension
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...