Skip to main content

Crate odra_casper_types

Crate odra_casper_types 

Source

Re-exports§

pub use casper_types;

Structs§

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

Enums§

Address
An enum representing an AccountHash or a ContractPackageHash.
PublicKey
A public asymmetric key.

Traits§

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.

Type Aliases§

Balance
A type representing the amount of native tokens.
BlockTime
A type representing the block time.