@uniswap/client-pools
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -166,2 +166,6 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
apr: number; | ||
/** | ||
* @generated from field: string owner = 20; | ||
*/ | ||
owner: string; | ||
constructor(data?: PartialMessage<PoolPosition>); | ||
@@ -168,0 +172,0 @@ static readonly runtime: typeof proto3; |
@@ -194,2 +194,6 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
this.apr = 0; | ||
/** | ||
* @generated from field: string owner = 20; | ||
*/ | ||
this.owner = ""; | ||
proto3.util.initPartial(data, this); | ||
@@ -232,2 +236,3 @@ } | ||
{ no: 19, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ }, | ||
{ no: 20, name: "owner", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
]); | ||
@@ -234,0 +239,0 @@ /** |
{ | ||
"name": "@uniswap/client-pools", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
76418
2160