Expand description

Primitives for contract abi, eip715 and rlp

Structs

Enums

Traits

  • Eip55 support trait
  • Implement this trait to support deserialize type from ethereum hex string, “0x…”
  • Types that can be decoded from a hex string.
  • Implement this trait to support serialize type to ethereum hex string, “0x…”
  • Encoding values as hex string.

Functions

  • Decodes a hex string into raw bytes.
  • Decode a hex string into a mutable bytes slice.
  • Encodes data as hex string using lowercase characters.
  • Encodes some bytes into a mutable slice of bytes.
  • Encodes data as hex string using uppercase characters.

Type Definitions