Documentation
    Preparing search index...

    Type Alias DeleteTokenBadgeParams

    Parameters to delete a TokenBadge account.

    PublicKey for the whirlpools config account

    PublicKey for the whirlpools config extension account

    PublicKey for the token badge authority

    Publickey for the mint for which the TokenBadge have been initialized

    PublicKey for the token badge account to be deleted

    PublicKey for the account that will receive the rent

    type DeleteTokenBadgeParams = {
        receiver: PublicKey;
        tokenBadge: PublicKey;
        tokenBadgeAuthority: PublicKey;
        tokenMint: PublicKey;
        whirlpoolsConfig: PublicKey;
        whirlpoolsConfigExtension: PublicKey;
    }
    Index

    Properties

    receiver: PublicKey
    tokenBadge: PublicKey
    tokenBadgeAuthority: PublicKey
    tokenMint: PublicKey
    whirlpoolsConfig: PublicKey
    whirlpoolsConfigExtension: PublicKey