Skip to content

Commit f523bc6

Browse files
committed
v1.10.17
1 parent a552c5f commit f523bc6

40 files changed

+1875
-142
lines changed

.openapi-generator/FILES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ docs/ResponsesBlob.md
3030
docs/ResponsesBlobLog.md
3131
docs/ResponsesBlock.md
3232
docs/ResponsesBlockStats.md
33+
docs/ResponsesCelestial.md
3334
docs/ResponsesChange24hBlockStats.md
3435
docs/ResponsesConstants.md
3536
docs/ResponsesCountItem.md
@@ -61,6 +62,7 @@ docs/ResponsesRollupWithDayStats.md
6162
docs/ResponsesRollupWithStats.md
6263
docs/ResponsesSearchItem.md
6364
docs/ResponsesSeriesItem.md
65+
docs/ResponsesShortAddress.md
6466
docs/ResponsesShortRollup.md
6567
docs/ResponsesShortValidator.md
6668
docs/ResponsesSignedBlocks.md
@@ -96,6 +98,7 @@ model_responses_blob.go
9698
model_responses_blob_log.go
9799
model_responses_block.go
98100
model_responses_block_stats.go
101+
model_responses_celestial.go
99102
model_responses_change24h_block_stats.go
100103
model_responses_constants.go
101104
model_responses_count_item.go
@@ -127,6 +130,7 @@ model_responses_rollup_with_day_stats.go
127130
model_responses_rollup_with_stats.go
128131
model_responses_search_item.go
129132
model_responses_series_item.go
133+
model_responses_short_address.go
130134
model_responses_short_rollup.go
131135
model_responses_short_validator.go
132136
model_responses_signed_blocks.go

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.12.0-SNAPSHOT

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
77

88
- API version: 1.0
99
- Package version: 1.0.0
10-
- Generator version: 7.11.0-SNAPSHOT
10+
- Generator version: 7.12.0-SNAPSHOT
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
1212
For more information, please visit [https://discord.gg/3k83Przqk8](https://discord.gg/3k83Przqk8)
1313

@@ -80,6 +80,7 @@ All URIs are relative to *https://api-mainnet.celenium.io/v1*
8080
Class | Method | HTTP request | Description
8181
------------ | ------------- | ------------- | -------------
8282
*AddressAPI* | [**AddressBlobs**](docs/AddressAPI.md#addressblobs) | **Get** /address/{hash}/blobs | Get blobs pushed by address
83+
*AddressAPI* | [**AddressCelestials**](docs/AddressAPI.md#addresscelestials) | **Get** /address/{hash}/celestials | Get list of celestial id for address
8384
*AddressAPI* | [**AddressDelegations**](docs/AddressAPI.md#addressdelegations) | **Get** /address/{hash}/delegations | Get delegations made by address
8485
*AddressAPI* | [**AddressGrantee**](docs/AddressAPI.md#addressgrantee) | **Get** /address/{hash}/granters | Get grants where address is grantee
8586
*AddressAPI* | [**AddressGrants**](docs/AddressAPI.md#addressgrants) | **Get** /address/{hash}/grants | Get grants made by address
@@ -144,6 +145,8 @@ Class | Method | HTTP request | Description
144145
*StatsAPI* | [**StatsSquareSize**](docs/StatsAPI.md#statssquaresize) | **Get** /stats/square_size | Get histogram for square size distribution
145146
*StatsAPI* | [**StatsStakingSeries**](docs/StatsAPI.md#statsstakingseries) | **Get** /stats/staking/series/{id}/{name}/{timeframe} | Get histogram for staking with precomputed stats
146147
*StatsAPI* | [**StatsSummary**](docs/StatsAPI.md#statssummary) | **Get** /stats/summary/{table}/{function} | Get value by table and function
148+
*StatsAPI* | [**StatsTvs**](docs/StatsAPI.md#statstvs) | **Get** /stats/tvs | Get TVS of the network
149+
*StatsAPI* | [**StatsTvsSeries**](docs/StatsAPI.md#statstvsseries) | **Get** /stats/tvs/{timeframe} | Get histogram for network TVS
147150
*TransactionsAPI* | [**GetTransaction**](docs/TransactionsAPI.md#gettransaction) | **Get** /tx/{hash} | Get transaction by hash
148151
*TransactionsAPI* | [**GetTransactionEvents**](docs/TransactionsAPI.md#gettransactionevents) | **Get** /tx/{hash}/events | Get transaction events
149152
*TransactionsAPI* | [**GetTransactionMessages**](docs/TransactionsAPI.md#gettransactionmessages) | **Get** /tx/{hash}/messages | Get transaction messages
@@ -173,6 +176,7 @@ Class | Method | HTTP request | Description
173176
- [ResponsesBlobLog](docs/ResponsesBlobLog.md)
174177
- [ResponsesBlock](docs/ResponsesBlock.md)
175178
- [ResponsesBlockStats](docs/ResponsesBlockStats.md)
179+
- [ResponsesCelestial](docs/ResponsesCelestial.md)
176180
- [ResponsesChange24hBlockStats](docs/ResponsesChange24hBlockStats.md)
177181
- [ResponsesConstants](docs/ResponsesConstants.md)
178182
- [ResponsesCountItem](docs/ResponsesCountItem.md)
@@ -204,6 +208,7 @@ Class | Method | HTTP request | Description
204208
- [ResponsesRollupWithStats](docs/ResponsesRollupWithStats.md)
205209
- [ResponsesSearchItem](docs/ResponsesSearchItem.md)
206210
- [ResponsesSeriesItem](docs/ResponsesSeriesItem.md)
211+
- [ResponsesShortAddress](docs/ResponsesShortAddress.md)
207212
- [ResponsesShortRollup](docs/ResponsesShortRollup.md)
208213
- [ResponsesShortValidator](docs/ResponsesShortValidator.md)
209214
- [ResponsesSignedBlocks](docs/ResponsesSignedBlocks.md)

0 commit comments

Comments
 (0)