Documentation
    Preparing search index...

    Type Alias SetFeeAuthorityParams

    Parameters to set the fee authority in a WhirlpoolsConfig

    The public key for the WhirlpoolsConfig this pool is initialized in

    The current feeAuthority in the WhirlpoolsConfig

    The new feeAuthority in the WhirlpoolsConfig

    type SetFeeAuthorityParams = {
        feeAuthority: PublicKey;
        newFeeAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    feeAuthority: PublicKey
    newFeeAuthority: PublicKey
    whirlpoolsConfig: PublicKey