Type Alias SetConfigExtensionAuthorityParams

SetConfigExtensionAuthorityParams: {
    configExtensionAuthority: PublicKey;
    newConfigExtensionAuthority: 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 configExtensionAuthority in the WhirlpoolsConfigExtension