Skip to main contentCrate odra_casper_types
Source pub use casper_types;
- Bytes
- A newtype wrapper for bytes that has efficient serialization routines.
- CallArgs
- Represents a collection of arguments passed to a smart contract entrypoint call.
- U128
- Little-endian large integer type
- U256
- Little-endian large integer type
- U512
- Little-endian large integer type
- Address
- An enum representing an
AccountHash or a ContractPackageHash. - PublicKey
- A public asymmetric key.
- OdraType
- A type that can be written to the storage and read from the storage.
- Typed
- A type which can be described as a Type.
- Balance
- A type representing the amount of native tokens.
- BlockTime
- A type representing the block time.