@0xsequence/indexer 2.2.13 → 2.2.15
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.
- package/dist/0xsequence-indexer.cjs.dev.js +4 -4
- package/dist/0xsequence-indexer.cjs.prod.js +4 -4
- package/dist/0xsequence-indexer.esm.js +4 -4
- package/dist/declarations/src/indexer.gen.d.ts +2 -1
- package/dist/declarations/src/indexergw.gen.d.ts +2 -1
- package/package.json +1 -1
- package/src/indexer.gen.ts +3 -2
- package/src/indexergw.gen.ts +3 -2
|
@@ -13,7 +13,7 @@ function _extends() {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* eslint-disable */
|
|
16
|
-
// sequence-indexer v0.4.0
|
|
16
|
+
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785
|
|
17
17
|
// --
|
|
18
18
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
19
19
|
//
|
|
@@ -29,7 +29,7 @@ const WebRPCVersion$1 = 'v1';
|
|
|
29
29
|
const WebRPCSchemaVersion$1 = 'v0.4.0';
|
|
30
30
|
|
|
31
31
|
// Schema hash generated from your RIDL schema
|
|
32
|
-
const WebRPCSchemaHash$1 = '
|
|
32
|
+
const WebRPCSchemaHash$1 = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785';
|
|
33
33
|
function VersionFromHeader$1(headers) {
|
|
34
34
|
const headerValue = headers.get(WebrpcHeader$1);
|
|
35
35
|
if (!headerValue) {
|
|
@@ -1053,7 +1053,7 @@ const webrpcErrorByCode$1 = {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
|
|
1055
1055
|
/* eslint-disable */
|
|
1056
|
-
// sequence-indexer v0.4.0
|
|
1056
|
+
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4
|
|
1057
1057
|
// --
|
|
1058
1058
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
1059
1059
|
//
|
|
@@ -1069,7 +1069,7 @@ const WebRPCVersion = 'v1';
|
|
|
1069
1069
|
const WebRPCSchemaVersion = 'v0.4.0';
|
|
1070
1070
|
|
|
1071
1071
|
// Schema hash generated from your RIDL schema
|
|
1072
|
-
const WebRPCSchemaHash = '
|
|
1072
|
+
const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4';
|
|
1073
1073
|
function VersionFromHeader(headers) {
|
|
1074
1074
|
const headerValue = headers.get(WebrpcHeader);
|
|
1075
1075
|
if (!headerValue) {
|
|
@@ -13,7 +13,7 @@ function _extends() {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/* eslint-disable */
|
|
16
|
-
// sequence-indexer v0.4.0
|
|
16
|
+
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785
|
|
17
17
|
// --
|
|
18
18
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
19
19
|
//
|
|
@@ -29,7 +29,7 @@ const WebRPCVersion$1 = 'v1';
|
|
|
29
29
|
const WebRPCSchemaVersion$1 = 'v0.4.0';
|
|
30
30
|
|
|
31
31
|
// Schema hash generated from your RIDL schema
|
|
32
|
-
const WebRPCSchemaHash$1 = '
|
|
32
|
+
const WebRPCSchemaHash$1 = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785';
|
|
33
33
|
function VersionFromHeader$1(headers) {
|
|
34
34
|
const headerValue = headers.get(WebrpcHeader$1);
|
|
35
35
|
if (!headerValue) {
|
|
@@ -1053,7 +1053,7 @@ const webrpcErrorByCode$1 = {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
|
|
1055
1055
|
/* eslint-disable */
|
|
1056
|
-
// sequence-indexer v0.4.0
|
|
1056
|
+
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4
|
|
1057
1057
|
// --
|
|
1058
1058
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
1059
1059
|
//
|
|
@@ -1069,7 +1069,7 @@ const WebRPCVersion = 'v1';
|
|
|
1069
1069
|
const WebRPCSchemaVersion = 'v0.4.0';
|
|
1070
1070
|
|
|
1071
1071
|
// Schema hash generated from your RIDL schema
|
|
1072
|
-
const WebRPCSchemaHash = '
|
|
1072
|
+
const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4';
|
|
1073
1073
|
function VersionFromHeader(headers) {
|
|
1074
1074
|
const headerValue = headers.get(WebrpcHeader);
|
|
1075
1075
|
if (!headerValue) {
|
|
@@ -9,7 +9,7 @@ function _extends() {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* eslint-disable */
|
|
12
|
-
// sequence-indexer v0.4.0
|
|
12
|
+
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785
|
|
13
13
|
// --
|
|
14
14
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
15
15
|
//
|
|
@@ -25,7 +25,7 @@ const WebRPCVersion$1 = 'v1';
|
|
|
25
25
|
const WebRPCSchemaVersion$1 = 'v0.4.0';
|
|
26
26
|
|
|
27
27
|
// Schema hash generated from your RIDL schema
|
|
28
|
-
const WebRPCSchemaHash$1 = '
|
|
28
|
+
const WebRPCSchemaHash$1 = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785';
|
|
29
29
|
function VersionFromHeader$1(headers) {
|
|
30
30
|
const headerValue = headers.get(WebrpcHeader$1);
|
|
31
31
|
if (!headerValue) {
|
|
@@ -1049,7 +1049,7 @@ const webrpcErrorByCode$1 = {
|
|
|
1049
1049
|
};
|
|
1050
1050
|
|
|
1051
1051
|
/* eslint-disable */
|
|
1052
|
-
// sequence-indexer v0.4.0
|
|
1052
|
+
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4
|
|
1053
1053
|
// --
|
|
1054
1054
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
1055
1055
|
//
|
|
@@ -1065,7 +1065,7 @@ const WebRPCVersion = 'v1';
|
|
|
1065
1065
|
const WebRPCSchemaVersion = 'v0.4.0';
|
|
1066
1066
|
|
|
1067
1067
|
// Schema hash generated from your RIDL schema
|
|
1068
|
-
const WebRPCSchemaHash = '
|
|
1068
|
+
const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4';
|
|
1069
1069
|
function VersionFromHeader(headers) {
|
|
1070
1070
|
const headerValue = headers.get(WebrpcHeader);
|
|
1071
1071
|
if (!headerValue) {
|
|
@@ -2,7 +2,7 @@ export declare const WebrpcHeader = "Webrpc";
|
|
|
2
2
|
export declare const WebrpcHeaderValue = "webrpc@v0.21.1;gen-typescript@v0.15.1;sequence-indexer@v0.4.0";
|
|
3
3
|
export declare const WebRPCVersion = "v1";
|
|
4
4
|
export declare const WebRPCSchemaVersion = "v0.4.0";
|
|
5
|
-
export declare const WebRPCSchemaHash = "
|
|
5
|
+
export declare const WebRPCSchemaHash = "5be5b8237a5f9ee70f4c98b5bd0a367974e2f785";
|
|
6
6
|
type WebrpcGenVersions = {
|
|
7
7
|
webrpcGenVersion: string;
|
|
8
8
|
codeGenName: string;
|
|
@@ -225,6 +225,7 @@ export interface EtherBalance {
|
|
|
225
225
|
}
|
|
226
226
|
export interface NativeTokenBalance {
|
|
227
227
|
accountAddress: string;
|
|
228
|
+
chainId: number;
|
|
228
229
|
balance: string;
|
|
229
230
|
error: string;
|
|
230
231
|
}
|
|
@@ -2,7 +2,7 @@ export declare const WebrpcHeader = "Webrpc";
|
|
|
2
2
|
export declare const WebrpcHeaderValue = "webrpc@v0.21.1;gen-typescript@v0.15.1;sequence-indexer@v0.4.0";
|
|
3
3
|
export declare const WebRPCVersion = "v1";
|
|
4
4
|
export declare const WebRPCSchemaVersion = "v0.4.0";
|
|
5
|
-
export declare const WebRPCSchemaHash = "
|
|
5
|
+
export declare const WebRPCSchemaHash = "add72cb0593b5cfe4fe87445d214168af60601d4";
|
|
6
6
|
type WebrpcGenVersions = {
|
|
7
7
|
webrpcGenVersion: string;
|
|
8
8
|
codeGenName: string;
|
|
@@ -225,6 +225,7 @@ export interface EtherBalance {
|
|
|
225
225
|
}
|
|
226
226
|
export interface NativeTokenBalance {
|
|
227
227
|
accountAddress: string;
|
|
228
|
+
chainId: number;
|
|
228
229
|
balance: string;
|
|
229
230
|
error: string;
|
|
230
231
|
}
|
package/package.json
CHANGED
package/src/indexer.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-indexer v0.4.0
|
|
2
|
+
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
|
|
|
16
16
|
export const WebRPCSchemaVersion = 'v0.4.0'
|
|
17
17
|
|
|
18
18
|
// Schema hash generated from your RIDL schema
|
|
19
|
-
export const WebRPCSchemaHash = '
|
|
19
|
+
export const WebRPCSchemaHash = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785'
|
|
20
20
|
|
|
21
21
|
type WebrpcGenVersions = {
|
|
22
22
|
webrpcGenVersion: string
|
|
@@ -302,6 +302,7 @@ export interface EtherBalance {
|
|
|
302
302
|
|
|
303
303
|
export interface NativeTokenBalance {
|
|
304
304
|
accountAddress: string
|
|
305
|
+
chainId: number
|
|
305
306
|
balance: string
|
|
306
307
|
error: string
|
|
307
308
|
}
|
package/src/indexergw.gen.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
// sequence-indexer v0.4.0
|
|
2
|
+
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by webrpc-gen@v0.21.1 with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
|
|
|
16
16
|
export const WebRPCSchemaVersion = 'v0.4.0'
|
|
17
17
|
|
|
18
18
|
// Schema hash generated from your RIDL schema
|
|
19
|
-
export const WebRPCSchemaHash = '
|
|
19
|
+
export const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4'
|
|
20
20
|
|
|
21
21
|
type WebrpcGenVersions = {
|
|
22
22
|
webrpcGenVersion: string
|
|
@@ -302,6 +302,7 @@ export interface EtherBalance {
|
|
|
302
302
|
|
|
303
303
|
export interface NativeTokenBalance {
|
|
304
304
|
accountAddress: string
|
|
305
|
+
chainId: number
|
|
305
306
|
balance: string
|
|
306
307
|
error: string
|
|
307
308
|
}
|