Type Alias SetTokenBadgeAuthorityParams

SetTokenBadgeAuthorityParams: {
    configExtensionAuthority: PublicKey;
    newTokenBadgeAuthority: PublicKey;
    whirlpoolsConfig: PublicKey;
    whirlpoolsConfigExtension: PublicKey;
}

Parameters to set the token badge authority in a WhirlpoolsConfigExtension

PublicKey for the whirlpools config account

The public key for the WhirlpoolsConfigExtension

The current configExtensionAuthority in the WhirlpoolsConfigExtension

The new tokenBadgeAuthority in the WhirlpoolsConfigExtension