Type Alias SetCollectProtocolFeesAuthorityParams

SetCollectProtocolFeesAuthorityParams: {
    collectProtocolFeesAuthority: PublicKey;
    newCollectProtocolFeesAuthority: PublicKey;
    whirlpoolsConfig: PublicKey;
}

Parameters to set the collect fee authority in a WhirlpoolsConfig

The public key for the WhirlpoolsConfig this pool is initialized in

The current collectProtocolFeesAuthority in the WhirlpoolsConfig

The new collectProtocolFeesAuthority in the WhirlpoolsConfig