Type Alias SetCollectProtocolFeesAuthorityInput<TAccountWhirlpoolsConfig, TAccountCollectProtocolFeesAuthority, TAccountNewCollectProtocolFeesAuthority>

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

Type Parameters

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

Type declaration