-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTOMATED] Update: proto/clients/indexer*.gen.ts (#678)
Co-authored-by: marino39 <[email protected]>
- Loading branch information
1 parent
024f6aa
commit cd90569
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* eslint-disable */ | ||
// sequence-indexer v0.4.0 2c847e5c4a12fdecbefcfc05608ec0388aa1637a | ||
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785 | ||
// -- | ||
// Code generated by [email protected] with typescript generator. DO NOT EDIT. | ||
// | ||
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1' | |
export const WebRPCSchemaVersion = 'v0.4.0' | ||
|
||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = '2c847e5c4a12fdecbefcfc05608ec0388aa1637a' | ||
export const WebRPCSchemaHash = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785' | ||
|
||
type WebrpcGenVersions = { | ||
webrpcGenVersion: string | ||
|
@@ -302,6 +302,7 @@ export interface EtherBalance { | |
|
||
export interface NativeTokenBalance { | ||
accountAddress: string | ||
chainId: number | ||
balance: string | ||
error: string | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* eslint-disable */ | ||
// sequence-indexer v0.4.0 5b6e1f80c5817a26b2a586d53b12b06b9e6b775c | ||
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4 | ||
// -- | ||
// Code generated by [email protected] with typescript generator. DO NOT EDIT. | ||
// | ||
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1' | |
export const WebRPCSchemaVersion = 'v0.4.0' | ||
|
||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = '5b6e1f80c5817a26b2a586d53b12b06b9e6b775c' | ||
export const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4' | ||
|
||
type WebrpcGenVersions = { | ||
webrpcGenVersion: string | ||
|
@@ -302,6 +302,7 @@ export interface EtherBalance { | |
|
||
export interface NativeTokenBalance { | ||
accountAddress: string | ||
chainId: number | ||
balance: string | ||
error: string | ||
} | ||
|