View Source Web3.Type.Bytes (web3 v0.1.6)

Fixed length binary, 1 to 32 bytes.

Link to this section Summary

Link to this section Types

@type t() :: %Web3.Type.Bytes{bytes: binary(), size: 1..32}

Link to this section Functions