Documentation
    Preparing search index...

    Type Alias SetFeeAuthorityInput<TAccountWhirlpoolsConfig, TAccountFeeAuthority, TAccountNewFeeAuthority>

    type SetFeeAuthorityInput<
        TAccountWhirlpoolsConfig extends string = string,
        TAccountFeeAuthority extends string = string,
        TAccountNewFeeAuthority extends string = string,
    > = {
        feeAuthority: TransactionSigner<TAccountFeeAuthority>;
        newFeeAuthority: Address<TAccountNewFeeAuthority>;
        whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
    }

    Type Parameters

    • TAccountWhirlpoolsConfig extends string = string
    • TAccountFeeAuthority extends string = string
    • TAccountNewFeeAuthority extends string = string
    Index

    Properties

    feeAuthority: TransactionSigner<TAccountFeeAuthority>
    newFeeAuthority: Address<TAccountNewFeeAuthority>
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>