diff --git a/services/indexer/indexer.gen.go b/services/indexer/indexer.gen.go index 23e345b9..98a144d8 100644 --- a/services/indexer/indexer.gen.go +++ b/services/indexer/indexer.gen.go @@ -1,4 +1,4 @@ -// sequence-indexer v0.4.0 12ecb31178000c1165150b0ac0f3a304ccc5a88d +// sequence-indexer v0.4.0 d8832227c2ceb8924c810a6f6c2ebcfeb928cbdd // -- // Code generated by webrpc-gen@v0.31.2 with golang generator. DO NOT EDIT. // @@ -33,7 +33,7 @@ func WebRPCSchemaVersion() string { // Schema hash generated from your RIDL schema func WebRPCSchemaHash() string { - return "12ecb31178000c1165150b0ac0f3a304ccc5a88d" + return "d8832227c2ceb8924c810a6f6c2ebcfeb928cbdd" } // @@ -985,6 +985,7 @@ type TokenBalancesByContractFilter struct { ContractAddresses []prototyp.Hash `json:"contractAddresses"` AccountAddresses []prototyp.Hash `json:"accountAddresses"` ContractStatus ContractVerificationStatus `json:"contractStatus"` + TokenIDs []prototyp.BigInt `json:"tokenIDs"` } type TokenBalancesFilter struct { @@ -995,6 +996,7 @@ type TokenBalancesFilter struct { ContractBlacklist []prototyp.Hash `json:"contractBlacklist"` OmitNativeBalances bool `json:"omitNativeBalances,omitempty"` OmitPrices bool `json:"omitPrices,omitempty"` + TokenIDs []prototyp.BigInt `json:"tokenIDs"` } // Token History