Crates.io | multiversx-chain-scenario-format |
lib.rs | multiversx-chain-scenario-format |
version | 0.23.0 |
source | src |
created_at | 2023-01-12 13:27:03.998116 |
updated_at | 2024-09-04 08:29:22.805326 |
description | Parser/writer of the MultiversX transaction scenario format |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-sdk-rs |
max_upload_size | |
id | 757126 |
size | 97,767 |
The blockchain scenario format can model transaction, as they happen on the real blockchain, or a model of it.
Both of them are detailed under this specification: https://docs.multiversx.com/developers/scenario-reference/overview
This crate only deals with the format, not with its semantics or execution. It should not depend on any other of the framework crates.