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.
  • The error type for I/O operations of the Read, Write, Seek, and associated traits.
  • 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§

Constants§

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.

Derive Macros§