Structs§
- Type that holds 32 bytes of data. Data is kept on the heap to keep wasm size low and avoid copies.
- An Address is just a H256 with a different name. Has a different ABI name than H256.
Enums§
Functions§
- Helper function to quickly encode a BigUint value, according to the MultiversX codec format.
- Helper function to quickly encode a u64 value, according to the MultiversX codec format.