View Source Web3.Type.Bytes (web3 v0.1.6)
Fixed length binary, 1 to 32 bytes.
Link to this section Summary
Functions
Callback implementation for Ecto.Type.embed_as/1
.
Callback implementation for Ecto.Type.equal?/2
.
Link to this section Types
@type t() :: %Web3.Type.Bytes{bytes: binary(), size: 1..32}