Documentation
    Preparing search index...

    Type Alias SetInitializePoolAuthorityParams

    Parameters to set the initialize pool authority in an AdaptiveFeeTier

    The public key for the WhirlpoolsConfig this adaptive fee-tier is initialized in

    The feeAuthority in the WhirlpoolsConfig

    The adaptive fee-tier account that we would like to update

    The new initialize pool authority in the AdaptiveFeeTier

    type SetInitializePoolAuthorityParams = {
        adaptiveFeeTier: PublicKey;
        feeAuthority: PublicKey;
        newInitializePoolAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    adaptiveFeeTier: PublicKey
    feeAuthority: PublicKey
    newInitializePoolAuthority: PublicKey
    whirlpoolsConfig: PublicKey