View Source Web3.Type.Bytes (web3ex v0.1.0)

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