Crate odra_types
source ·Expand description
Blockchain-agnostic types used by Odra Framework.
Re-exports
pub use casper_types;
Modules
- Safe, overflowing addition and subtraction utilities.
- Encapsulates a set of structures that abstract out a smart contract layout.
- Events interface and errors.
Macros
- Implements OverflowingAdd and OverflowingSub for all the given types.
Structs
- An error that can occur during smart contract execution
- Little-endian large integer type
- Little-endian large integer type
- Little-endian large integer type
Enums
- An enum representing an
AccountHash
or aContractPackageHash
. - Error that can occur while operating on an Address.
- Casper types, i.e. types which can be stored and manipulated by smart contracts.
- Error that can occur while operating on a collection.
- General error type in Odra framework
- A public asymmetric key.
- An internal virtual machine error
Traits
- A type which can be described as a
CLType
.