Documentation
    Preparing search index...

    Type Alias SetCollectProtocolFeesAuthorityParams

    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

    type SetCollectProtocolFeesAuthorityParams = {
        collectProtocolFeesAuthority: PublicKey;
        newCollectProtocolFeesAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    collectProtocolFeesAuthority: PublicKey
    newCollectProtocolFeesAuthority: PublicKey
    whirlpoolsConfig: PublicKey