@0xsequence/indexer 0.43.12 → 0.43.14
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.
|
@@ -18,7 +18,7 @@ function _extends() {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
/* eslint-disable */
|
|
21
|
-
// sequence-indexer v0.4.0
|
|
21
|
+
// sequence-indexer v0.4.0 66281b28ec4c6adc140bab68d6ba6a3fda8f4779
|
|
22
22
|
// --
|
|
23
23
|
// Code generated by webrpc-gen@v0.10.x-dev with typescript generator. DO NOT EDIT.
|
|
24
24
|
//
|
|
@@ -31,7 +31,7 @@ const WebRPCVersion = "v1";
|
|
|
31
31
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
32
32
|
|
|
33
33
|
// Schema hash generated from your RIDL schema
|
|
34
|
-
const WebRPCSchemaHash = "
|
|
34
|
+
const WebRPCSchemaHash = "66281b28ec4c6adc140bab68d6ba6a3fda8f4779";
|
|
35
35
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
@@ -18,7 +18,7 @@ function _extends() {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
/* eslint-disable */
|
|
21
|
-
// sequence-indexer v0.4.0
|
|
21
|
+
// sequence-indexer v0.4.0 66281b28ec4c6adc140bab68d6ba6a3fda8f4779
|
|
22
22
|
// --
|
|
23
23
|
// Code generated by webrpc-gen@v0.10.x-dev with typescript generator. DO NOT EDIT.
|
|
24
24
|
//
|
|
@@ -31,7 +31,7 @@ const WebRPCVersion = "v1";
|
|
|
31
31
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
32
32
|
|
|
33
33
|
// Schema hash generated from your RIDL schema
|
|
34
|
-
const WebRPCSchemaHash = "
|
|
34
|
+
const WebRPCSchemaHash = "66281b28ec4c6adc140bab68d6ba6a3fda8f4779";
|
|
35
35
|
|
|
36
36
|
//
|
|
37
37
|
// Types
|
|
@@ -14,7 +14,7 @@ function _extends() {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
/* eslint-disable */
|
|
17
|
-
// sequence-indexer v0.4.0
|
|
17
|
+
// sequence-indexer v0.4.0 66281b28ec4c6adc140bab68d6ba6a3fda8f4779
|
|
18
18
|
// --
|
|
19
19
|
// Code generated by webrpc-gen@v0.10.x-dev with typescript generator. DO NOT EDIT.
|
|
20
20
|
//
|
|
@@ -27,7 +27,7 @@ const WebRPCVersion = "v1";
|
|
|
27
27
|
const WebRPCSchemaVersion = "v0.4.0";
|
|
28
28
|
|
|
29
29
|
// Schema hash generated from your RIDL schema
|
|
30
|
-
const WebRPCSchemaHash = "
|
|
30
|
+
const WebRPCSchemaHash = "66281b28ec4c6adc140bab68d6ba6a3fda8f4779";
|
|
31
31
|
|
|
32
32
|
//
|
|
33
33
|
// Types
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const WebRPCVersion = "v1";
|
|
2
2
|
export declare const WebRPCSchemaVersion = "v0.4.0";
|
|
3
|
-
export declare const WebRPCSchemaHash = "
|
|
3
|
+
export declare const WebRPCSchemaHash = "66281b28ec4c6adc140bab68d6ba6a3fda8f4779";
|
|
4
4
|
export interface ContractInfo {
|
|
5
5
|
chainId: number;
|
|
6
6
|
address: string;
|
|
@@ -9,6 +9,8 @@ export interface ContractInfo {
|
|
|
9
9
|
symbol: string;
|
|
10
10
|
decimals?: number;
|
|
11
11
|
logoURI: string;
|
|
12
|
+
deployed: boolean;
|
|
13
|
+
bytecodeHash: string;
|
|
12
14
|
extensions: ContractInfoExtensions;
|
|
13
15
|
}
|
|
14
16
|
export interface ContractInfoExtensions {
|
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 66281b28ec4c6adc140bab68d6ba6a3fda8f4779
|
|
3
3
|
// --
|
|
4
4
|
// Code generated by webrpc-gen@v0.10.x-dev with typescript generator. DO NOT EDIT.
|
|
5
5
|
//
|
|
@@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
|
|
|
12
12
|
export const WebRPCSchemaVersion = "v0.4.0"
|
|
13
13
|
|
|
14
14
|
// Schema hash generated from your RIDL schema
|
|
15
|
-
export const WebRPCSchemaHash = "
|
|
15
|
+
export const WebRPCSchemaHash = "66281b28ec4c6adc140bab68d6ba6a3fda8f4779"
|
|
16
16
|
|
|
17
17
|
//
|
|
18
18
|
// Types
|
|
@@ -27,7 +27,10 @@ export interface ContractInfo {
|
|
|
27
27
|
symbol: string
|
|
28
28
|
decimals?: number
|
|
29
29
|
logoURI: string
|
|
30
|
+
deployed: boolean
|
|
31
|
+
bytecodeHash: string
|
|
30
32
|
extensions: ContractInfoExtensions
|
|
33
|
+
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
export interface ContractInfoExtensions {
|
|
@@ -55,7 +58,6 @@ export interface TokenMetadata {
|
|
|
55
58
|
animation_url: string
|
|
56
59
|
attributes: Array<{[key: string]: any}>
|
|
57
60
|
}
|
|
58
|
-
|
|
59
61
|
export enum ContractType {
|
|
60
62
|
UNKNOWN = 'UNKNOWN',
|
|
61
63
|
ERC20 = 'ERC20',
|
|
@@ -66,25 +68,21 @@ export enum ContractType {
|
|
|
66
68
|
ERC721_BRIDGE = 'ERC721_BRIDGE',
|
|
67
69
|
ERC1155_BRIDGE = 'ERC1155_BRIDGE'
|
|
68
70
|
}
|
|
69
|
-
|
|
70
71
|
export enum EventLogType {
|
|
71
72
|
UNKNOWN = 'UNKNOWN',
|
|
72
73
|
BLOCK_ADDED = 'BLOCK_ADDED',
|
|
73
74
|
BLOCK_REMOVED = 'BLOCK_REMOVED'
|
|
74
75
|
}
|
|
75
|
-
|
|
76
76
|
export enum EventLogDataType {
|
|
77
77
|
UNKNOWN = 'UNKNOWN',
|
|
78
78
|
TOKEN_TRANSFER = 'TOKEN_TRANSFER',
|
|
79
79
|
SEQUENCE_TXN = 'SEQUENCE_TXN'
|
|
80
80
|
}
|
|
81
|
-
|
|
82
81
|
export enum TxnTransferType {
|
|
83
82
|
UNKNOWN = 'UNKNOWN',
|
|
84
83
|
SEND = 'SEND',
|
|
85
84
|
RECEIVE = 'RECEIVE'
|
|
86
85
|
}
|
|
87
|
-
|
|
88
86
|
export enum SortOrder {
|
|
89
87
|
DESC = 'DESC',
|
|
90
88
|
ASC = 'ASC'
|