diff --git a/services/indexer/indexer.gen.go b/services/indexer/indexer.gen.go index 8d89bfbd..23e345b9 100644 --- a/services/indexer/indexer.gen.go +++ b/services/indexer/indexer.gen.go @@ -1,4 +1,4 @@ -// sequence-indexer v0.4.0 1117b6437f36df60afaa20427e689e446cfffb97 +// sequence-indexer v0.4.0 12ecb31178000c1165150b0ac0f3a304ccc5a88d // -- // 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 "1117b6437f36df60afaa20427e689e446cfffb97" + return "12ecb31178000c1165150b0ac0f3a304ccc5a88d" } // @@ -717,6 +717,7 @@ type NativeTokenBalance struct { Balance prototyp.BigInt `json:"balance" cbor:"-"` BalanceUSD string `json:"balanceUSD,omitempty" cbor:"-"` PriceUSD string `json:"priceUSD,omitempty" cbor:"-"` + PriceUpdatedAt *time.Time `json:"priceUpdatedAt,omitempty" cbor:"-"` ErrorReason *string `json:"errorReason,omitempty" cbor:"-"` } @@ -834,6 +835,7 @@ type Price struct { ContractAddress prototyp.Hash `json:"contractAddress"` TokenID *prototyp.BigInt `json:"tokenID,omitempty"` PriceUSD string `json:"priceUSD,omitempty"` + UpdatedAt *time.Time `json:"updatedAt,omitempty"` } type ResourceStatus uint32 @@ -964,6 +966,7 @@ type TokenBalance struct { Balance prototyp.BigInt `json:"balance" cbor:"5"` BalanceUSD string `json:"balanceUSD,omitempty" cbor:"-"` PriceUSD string `json:"priceUSD,omitempty" cbor:"-"` + PriceUpdatedAt *time.Time `json:"priceUpdatedAt,omitempty" cbor:"-"` BlockHash prototyp.Hash `json:"blockHash,omitempty" cbor:"6"` BlockNumber uint64 `json:"blockNumber,omitempty" cbor:"7"` ChainID uint64 `json:"chainId" cbor:"-"`