Module token

Source
Expand description

Ethereum ABI tokens.

See Token for more details.

Structs§

DynSeqToken
A Dynamic Sequence - T[]
FixedSeqToken
A Fixed Sequence - T[N]
PackedSeqToken
A Packed Sequence - bytes or string
WordToken
A single EVM word - T for any value type.

Traits§

Token
Ethereum ABI tokens.
TokenSeq
A token composed of a sequence of other tokens.