| Crates.io | dharitri-chain-core |
| lib.rs | dharitri-chain-core |
| version | 1.19.0 |
| created_at | 2025-01-19 20:15:55.608265+00 |
| updated_at | 2025-07-07 11:55:08.657379+00 |
| description | Dharitri chain interfaces, constants, and base types |
| homepage | https://dharitri.org/ |
| repository | https://github.com/TerraDharitri/drt-rs-sdk |
| max_upload_size | |
| id | 1523147 |
| size | 66,392 |
It provides various types and constants referring to the Dharitri 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 Dharitri-related implementation. For example:
Address - Dharitri addresses are 32 bytes long. This is the old SC address type, it holds the bytes on the heap. It is also used in the Dharitri Rust VM.H256 - same as address, currently used for transaction hashes.