Crate odra_mock_vm_types
source ·Re-exports§
pub use mock_vm_type::MockDeserializable;
pub use mock_vm_type::MockSerializable;
Structs§
- Blockchain-agnostic address representation.
- Represents a collection of arguments passed to a smart contract entrypoint call.
- A type representing the public key. Caution: MockVM does not implement any cryptography!
- Little-endian large integer type
- Little-endian large integer type
- Little-endian large integer type
Enums§
- A list specifying general categories of I/O error.
- An error that may occur while data de(serialization).
Constants§
- Prefix for contract addresses.
Traits§
- A data-structure that can be de-serialized from binary format by NBOR.
- A data-structure that can be serialized into binary format by NBOR.
- A type that can be written to the storage and read from the storage.
- A trait that adds Type description for a given type.
- A trait for objects which are byte-oriented sinks.
Type Aliases§
- A type representing the amount of native tokens.
- A type representing the block time.
- Represents a serialized event.
- A specialized
Result
type for I/O operations.