18 releases (11 breaking)

Uses new Rust 2024

new 0.22.0 Feb 27, 2026
0.21.1 Jan 13, 2026
0.21.0 Dec 18, 2025
0.20.0 Nov 17, 2025
0.11.1 Nov 15, 2024

#9 in #multiversx

Download history 336/week @ 2025-11-07 299/week @ 2025-11-14 374/week @ 2025-11-21 227/week @ 2025-11-28 475/week @ 2025-12-05 253/week @ 2025-12-12 518/week @ 2025-12-19 133/week @ 2025-12-26 156/week @ 2026-01-02 195/week @ 2026-01-09 210/week @ 2026-01-16 111/week @ 2026-01-23 223/week @ 2026-01-30 164/week @ 2026-02-06 179/week @ 2026-02-13 260/week @ 2026-02-20

846 downloads per month
Used in 21 crates (3 directly)

GPL-3.0-only

240KB
6.5K SLoC

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

Dependencies

~0.3–1MB
~21K SLoC