@uniswap/client-liquidity 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -758,6 +758,13 @@ export declare class HookListRequest extends Message<HookListRequest> {
|
|
|
758
758
|
* @generated from field: optional int32 offset = 4;
|
|
759
759
|
*/
|
|
760
760
|
offset?: number;
|
|
761
|
+
/**
|
|
762
|
+
* When set, only return the hook entry (or entries across chains) whose
|
|
763
|
+
* address matches, case-insensitively.
|
|
764
|
+
*
|
|
765
|
+
* @generated from field: optional string address = 5;
|
|
766
|
+
*/
|
|
767
|
+
address?: string;
|
|
761
768
|
constructor(data?: PartialMessage<HookListRequest>);
|
|
762
769
|
static readonly runtime: typeof proto3;
|
|
763
770
|
static readonly typeName = "uniswap.liquidity.v2.HookListRequest";
|
|
@@ -726,6 +726,7 @@ HookListRequest.fields = proto3.util.newFieldList(() => [
|
|
|
726
726
|
{ no: 2, name: "search", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
727
727
|
{ no: 3, name: "limit", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
728
728
|
{ no: 4, name: "offset", kind: "scalar", T: 5 /* ScalarType.INT32 */, opt: true },
|
|
729
|
+
{ no: 5, name: "address", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
729
730
|
]);
|
|
730
731
|
/**
|
|
731
732
|
* @generated from message uniswap.liquidity.v2.HookListResponse
|