Documentation
Preparing search index...
@orca-so/whirlpools-client
InitializeTokenBadgeInput
Type Alias InitializeTokenBadgeInput<TAccountWhirlpoolsConfig, TAccountWhirlpoolsConfigExtension, TAccountTokenBadgeAuthority, TAccountTokenMint, TAccountTokenBadge, TAccountFunder, TAccountSystemProgram>
type
InitializeTokenBadgeInput
<
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
,
>
=
{
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
Index
Properties
funder
system
Program?
token
Badge
token
Badge
Authority
token
Mint
whirlpools
Config
whirlpools
Config
Extension
Properties
funder
funder
:
TransactionSigner
<
TAccountFunder
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
token
Badge
tokenBadge
:
Address
<
TAccountTokenBadge
>
token
Badge
Authority
tokenBadgeAuthority
:
TransactionSigner
<
TAccountTokenBadgeAuthority
>
token
Mint
tokenMint
:
Address
<
TAccountTokenMint
>
whirlpools
Config
whirlpoolsConfig
:
Address
<
TAccountWhirlpoolsConfig
>
whirlpools
Config
Extension
whirlpoolsConfigExtension
:
Address
<
TAccountWhirlpoolsConfigExtension
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
funder
system
Program
token
Badge
token
Badge
Authority
token
Mint
whirlpools
Config
whirlpools
Config
Extension
Documentation
Loading...