Crates.io | multiversx-chain-core |
lib.rs | multiversx-chain-core |
version | 0.11.0 |
source | src |
created_at | 2024-11-06 17:36:48.293723 |
updated_at | 2024-11-06 17:36:48.293723 |
description | MultiversX chain interfaces, constants, and base types |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-sdk-rs |
max_upload_size | |
id | 1438610 |
size | 58,478 |
It provides various types and contants referring to the MultiversX blockchain base implementation.
This functionality is designed to be minimal and to be used from both smart contract code and VM implementations.
It can be viewed as a collection of system specs, which hold for any MultiversX-related implementation. For example:
Address
- MultiversX adresses are 32 bytes long. This is the old SC address type, it holds the bytes on the heap. It is also used in the MultiversX Rust VM.H256
- same as address, currently used for transaction hashes.