Documentation
    Preparing search index...

    Type Alias SetProtocolFeeRateInput<TAccountWhirlpoolsConfig, TAccountWhirlpool, TAccountFeeAuthority>

    type SetProtocolFeeRateInput<
        TAccountWhirlpoolsConfig extends string = string,
        TAccountWhirlpool extends string = string,
        TAccountFeeAuthority extends string = string,
    > = {
        feeAuthority: TransactionSigner<TAccountFeeAuthority>;
        protocolFeeRate: SetProtocolFeeRateInstructionDataArgs["protocolFeeRate"];
        whirlpool: Address<TAccountWhirlpool>;
        whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
    }

    Type Parameters

    • TAccountWhirlpoolsConfig extends string = string
    • TAccountWhirlpool extends string = string
    • TAccountFeeAuthority extends string = string
    Index

    Properties

    feeAuthority: TransactionSigner<TAccountFeeAuthority>
    whirlpool: Address<TAccountWhirlpool>
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>