File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 1532960ee7a152a172fcfb97cdc150b16c7dc297
2+ // sequence-indexer v0.4.0 745836d4b69c5544f7de1f7f83a6fa0b30e35769
33// --
44// Code generated by [email protected] with typescript generator. DO NOT EDIT. 55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = '1532960ee7a152a172fcfb97cdc150b16c7dc297 '
15+ export const WebrpcSchemaHash = '745836d4b69c5544f7de1f7f83a6fa0b30e35769 '
1616
1717//
1818// Client interface
@@ -1092,7 +1092,6 @@ export interface GetTokenIDsResponse {
10921092export interface GetTokenSuppliesRequest {
10931093 contractAddress : string
10941094 includeMetadata ?: boolean
1095- metadataOptions ?: MetadataOptions
10961095 page ?: Page
10971096}
10981097
@@ -1105,7 +1104,6 @@ export interface GetTokenSuppliesResponse {
11051104export interface GetTokenSuppliesMapRequest {
11061105 tokenMap : { [ key : string ] : Array < string > }
11071106 includeMetadata ?: boolean
1108- metadataOptions ?: MetadataOptions
11091107}
11101108
11111109export interface GetTokenSuppliesMapResponse {
You can’t perform that action at this time.
0 commit comments