multiversx-chain-core

Crates.iomultiversx-chain-core
lib.rsmultiversx-chain-core
version0.17.0
created_at2024-11-06 17:36:48.293723+00
updated_at2025-08-08 18:49:10.350114+00
descriptionMultiversX chain interfaces, constants, and base types
homepagehttps://multiversx.com/
repositoryhttps://github.com/multiversx/mx-sdk-rs
max_upload_size
id1438610
size76,348
Bianca Ialangi (BiancaIalangi)

documentation

https://docs.multiversx.com/

README

MultiversX blockchain base types, interfaces and builtin function names

It provides various types and constants 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 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 MultiversX Rust VM.
  • H256 - same as address, currently used for transaction hashes.
  • Flags:
    • Code metadata - a bitflag encoding the SC code metadata, as it is stored on the blockchain, and encoded in smart contracts;
    • ESDT local roles
      • as enum
      • as bitflags
    • ESDT token types
Commit count: 9952

cargo fmt