Skip to content

Commit e48d8a5

Browse files
committed
[bug]: fix bugs in new the schema generation process
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
1 parent a968fc9 commit e48d8a5

14 files changed

+2144
-1562
lines changed

docs/source/references/api_spec.md

-14
Original file line numberDiff line numberDiff line change
@@ -381,17 +381,3 @@ codec's [GitHub repository](https://github.com/paritytech/parity-scale-codec).
381381
## Reference Iroha Client Implementation
382382

383383
[Iroha client in Rust.](../../../client)
384-
385-
## Iroha Structures
386-
387-
| Object name | Fully qualified object name |
388-
|-------------------------------------|----------------------------------------------------------------|
389-
| `VersionedSignedTransaction` | `iroha_data_model::transaction::VersionedSignedTransaction` |
390-
| `VersionedSignedQuery` | `iroha_data_model::query::VersionedSignedQuery` |
391-
| `VersionedPaginatedQueryResult` | `iroha_data_model::query::VersionedPaginatedQueryResult` |
392-
| `QueryExecutionFailure` | `iroha_core::smartcontracts::isi::query::Error` |
393-
| `FindError` | `iroha_core::smartcontracts::isi::error::FindError` |
394-
| `VersionedBlockSubscriptionRequest` | `iroha_core::block::stream::VersionedBlockSubscriptionRequest` |
395-
| `VersionedBlockMessage` | `iroha_core::block::stream::VersionedBlockMessage` |
396-
| `VersionedEventSubscriptionRequest` | `iroha_data_model::events::VersionedEventSubscriptionRequest` |
397-
| `VersionedEventMessage` | `iroha_data_model::events::VersionedEventMessage` |

0 commit comments

Comments
 (0)