Documentation
    Preparing search index...

    Type Alias SetFeeRateByDelegatedFeeAuthorityInput<TAccountWhirlpool, TAccountAdaptiveFeeTier, TAccountDelegatedFeeAuthority>

    type SetFeeRateByDelegatedFeeAuthorityInput<
        TAccountWhirlpool extends string = string,
        TAccountAdaptiveFeeTier extends string = string,
        TAccountDelegatedFeeAuthority extends string = string,
    > = {
        adaptiveFeeTier: Address<TAccountAdaptiveFeeTier>;
        delegatedFeeAuthority: TransactionSigner<TAccountDelegatedFeeAuthority>;
        feeRate: SetFeeRateByDelegatedFeeAuthorityInstructionDataArgs["feeRate"];
        whirlpool: Address<TAccountWhirlpool>;
    }

    Type Parameters

    • TAccountWhirlpool extends string = string
    • TAccountAdaptiveFeeTier extends string = string
    • TAccountDelegatedFeeAuthority extends string = string
    Index

    Properties

    adaptiveFeeTier: Address<TAccountAdaptiveFeeTier>
    delegatedFeeAuthority: TransactionSigner<TAccountDelegatedFeeAuthority>
    whirlpool: Address<TAccountWhirlpool>