File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-disable */
2
- // sequence-indexer v0.4.0 a19a73cb600f35b17ed95299a4ac0de05afaa8cf
2
+ // sequence-indexer v0.4.0 9b57fcc34350d40c4550c10bde8a64d81b859077
3
3
// --
4
4
// Code generated by [email protected] 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 = 'a19a73cb600f35b17ed95299a4ac0de05afaa8cf '
19
+ export const WebRPCSchemaHash = '9b57fcc34350d40c4550c10bde8a64d81b859077 '
20
20
21
21
type WebrpcGenVersions = {
22
22
webrpcGenVersion : string
@@ -312,6 +312,8 @@ export interface EtherBalance {
312
312
export interface NativeTokenBalance {
313
313
accountAddress : string
314
314
chainId : number
315
+ name : string
316
+ symbol : string
315
317
balance : string
316
318
errorReason ?: string
317
319
}
Original file line number Diff line number Diff line change 1
1
/* eslint-disable */
2
- // sequence-indexer v0.4.0 d571a7b9bded7a5ff96ed0af53a36b37a62a6bdb
2
+ // sequence-indexer v0.4.0 b449840ed22e27183c81861ed2a818c6c44bb52a
3
3
// --
4
4
// Code generated by [email protected] 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 = 'd571a7b9bded7a5ff96ed0af53a36b37a62a6bdb '
19
+ export const WebRPCSchemaHash = 'b449840ed22e27183c81861ed2a818c6c44bb52a '
20
20
21
21
type WebrpcGenVersions = {
22
22
webrpcGenVersion : string
@@ -312,6 +312,8 @@ export interface EtherBalance {
312
312
export interface NativeTokenBalance {
313
313
accountAddress : string
314
314
chainId : number
315
+ name : string
316
+ symbol : string
315
317
balance : string
316
318
errorReason ?: string
317
319
}
You can’t perform that action at this time.
0 commit comments