Documentation
    Preparing search index...

    Type Alias SetDelegatedFeeAuthorityParams

    Parameters to set the delegated fee 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 delegated fee authority in the AdaptiveFeeTier

    type SetDelegatedFeeAuthorityParams = {
        adaptiveFeeTier: PublicKey;
        feeAuthority: PublicKey;
        newDelegatedFeeAuthority: PublicKey;
        whirlpoolsConfig: PublicKey;
    }
    Index

    Properties

    adaptiveFeeTier: PublicKey
    feeAuthority: PublicKey
    newDelegatedFeeAuthority: PublicKey
    whirlpoolsConfig: PublicKey