| Name | Type | Description | Notes |
|---|---|---|---|
| data | Array<Blockchain> | Blockchains for the current page. | [default to undefined] |
| total | number | Total number of items across all pages, matching the current filter. | [default to undefined] |
| next | string | Cursor for the next page; absent when the current page is the last. Opaque base64 blob bundling the target pageCursor and current query params (pageSize, search, status, statusExclude, blockchainEnv, sortBy, order). | [optional] [default to undefined] |
| prev | string | Cursor for the previous page; absent when the current page is the first. | [optional] [default to undefined] |
[Back to top] [Back to API list] [Back to Model list] [Back to README]