Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-orca-whirlpools
DeleteTokenBadgeInput
Interface DeleteTokenBadgeInput<TAccountWhirlpoolsConfig, TAccountWhirlpoolsConfigExtension, TAccountTokenBadgeAuthority, TAccountTokenMint, TAccountTokenBadge, TAccountReceiver>
interface
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
Coda by Ian Macalinao
Loading...