glethers/address

Types

pub opaque type Address
pub type DecodeError {
  NotEnoughBytes
  NonHexDecimal
  IncorrectLength
}

Constructors

  • NotEnoughBytes
  • NonHexDecimal
  • IncorrectLength

Functions

pub fn decoder(
  value: Dynamic,
) -> Result(Address, List(DecodeError))
pub fn from_string(addr: String) -> Result(Address, DecodeError)
pub fn to_bit_array(address: Address) -> BitArray
pub fn to_string(address: Address) -> String
Search Document