glethers/primitives/bytes

Types

pub opaque type Bytes32

Functions

pub fn decoder(
  value: Dynamic,
) -> Result(Bytes32, List(DecodeError))
pub fn from_bit_array(
  bytes32: BitArray,
) -> Result(Bytes32, String)
pub fn to_bit_array(bytes32: Bytes32) -> BitArray
Search Document