File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 cfbb0160fed6f7e2208a73cad454f3cddace9c7a
2+ // sequence-indexer v0.4.0 caf5c4c3677ac2dce41858dce7cd727a7810845f
33// --
44// Code generated by Webrpc-gen@v0.31.2 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 = 'cfbb0160fed6f7e2208a73cad454f3cddace9c7a '
15+ export const WebrpcSchemaHash = 'caf5c4c3677ac2dce41858dce7cd727a7810845f '
1616
1717//
1818// Client interface
@@ -748,6 +748,7 @@ export interface TokenBalancesByContractFilter {
748748 contractAddresses : Array < string >
749749 accountAddresses ?: Array < string >
750750 contractStatus ?: ContractVerificationStatus
751+ tokenIDs ?: Array < string >
751752}
752753
753754export interface TokenBalancesFilter {
@@ -758,6 +759,7 @@ export interface TokenBalancesFilter {
758759 contractBlacklist ?: Array < string >
759760 omitNativeBalances : boolean
760761 omitPrices ?: boolean
762+ tokenIDs ?: Array < string >
761763}
762764
763765export interface TokenHistory {
Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 3309c3d48de1790b7d12c5769c1e6bc59eb9831c
2+ // sequence-indexer v0.4.0 b978d153702d614d5f1b9c98ff7f2e5857cccfd6
33// --
44// Code generated by Webrpc-gen@v0.31.2 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 = '3309c3d48de1790b7d12c5769c1e6bc59eb9831c '
15+ export const WebrpcSchemaHash = 'b978d153702d614d5f1b9c98ff7f2e5857cccfd6 '
1616
1717//
1818// Client interface
@@ -521,6 +521,7 @@ export interface TokenBalancesByContractFilter {
521521 contractAddresses : Array < string >
522522 accountAddresses ?: Array < string >
523523 contractStatus ?: ContractVerificationStatus
524+ tokenIDs ?: Array < string >
524525}
525526
526527export interface TokenBalancesFilter {
@@ -531,6 +532,7 @@ export interface TokenBalancesFilter {
531532 contractBlacklist ?: Array < string >
532533 omitNativeBalances : boolean
533534 omitPrices ?: boolean
535+ tokenIDs ?: Array < string >
534536}
535537
536538export interface TokenHistory {
You can’t perform that action at this time.
0 commit comments