Documentation
    Preparing search index...

    Type Alias SetCollectProtocolFeesAuthorityInput<TAccountWhirlpoolsConfig, TAccountCollectProtocolFeesAuthority, TAccountNewCollectProtocolFeesAuthority>

    type SetCollectProtocolFeesAuthorityInput<
        TAccountWhirlpoolsConfig extends string = string,
        TAccountCollectProtocolFeesAuthority extends string = string,
        TAccountNewCollectProtocolFeesAuthority extends string = string,
    > = {
        collectProtocolFeesAuthority: TransactionSigner<
            TAccountCollectProtocolFeesAuthority,
        >;
        newCollectProtocolFeesAuthority: Address<
            TAccountNewCollectProtocolFeesAuthority,
        >;
        whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>;
    }

    Type Parameters

    • TAccountWhirlpoolsConfig extends string = string
    • TAccountCollectProtocolFeesAuthority extends string = string
    • TAccountNewCollectProtocolFeesAuthority extends string = string
    Index

    Properties

    collectProtocolFeesAuthority: TransactionSigner<
        TAccountCollectProtocolFeesAuthority,
    >
    newCollectProtocolFeesAuthority: Address<
        TAccountNewCollectProtocolFeesAuthority,
    >
    whirlpoolsConfig: Address<TAccountWhirlpoolsConfig>