Type Alias SetCollectProtocolFeesAuthorityParams

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

Parameters to set the collect fee authority in a WhirlpoolsConfig

Type declaration

  • collectProtocolFeesAuthority: PublicKey
  • newCollectProtocolFeesAuthority: PublicKey
  • whirlpoolsConfig: PublicKey

The public key for the WhirlpoolsConfig this pool is initialized in

The current collectProtocolFeesAuthority in the WhirlpoolsConfig

The new collectProtocolFeesAuthority in the WhirlpoolsConfig