Module ethcontract::tokens[][src]

Expand description

Tokenization related functionality allowing rust types to be mapped to solidity types.

Structs

Wrapper around Vec and [u8; N] representing Token::{Bytes, FixedBytes}. Distinguishes a list of u8 from bytes.

Enums

A tokenization related error.

Traits

Rust type and single token conversion.