Documentation
Preparing search index...
@orca-so/whirlpools-client
DeleteTokenBadgeInput
Type Alias DeleteTokenBadgeInput<TAccountWhirlpoolsConfig, TAccountWhirlpoolsConfigExtension, TAccountTokenBadgeAuthority, TAccountTokenMint, TAccountTokenBadge, TAccountReceiver>
type
DeleteTokenBadgeInput
<
TAccountWhirlpoolsConfig
extends
string
=
string
,
TAccountWhirlpoolsConfigExtension
extends
string
=
string
,
TAccountTokenBadgeAuthority
extends
string
=
string
,
TAccountTokenMint
extends
string
=
string
,
TAccountTokenBadge
extends
string
=
string
,
TAccountReceiver
extends
string
=
string
,
>
=
{
receiver
:
Address
<
TAccountReceiver
>
;
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
TAccountReceiver
extends
string
=
string
Index
Properties
receiver
token
Badge
token
Badge
Authority
token
Mint
whirlpools
Config
whirlpools
Config
Extension
Properties
receiver
receiver
:
Address
<
TAccountReceiver
>
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
receiver
token
Badge
token
Badge
Authority
token
Mint
whirlpools
Config
whirlpools
Config
Extension
Documentation
Loading...