glethers/primitives/integer

Types

pub type Uint256 {
  Uint256(Int)
}

Constructors

  • Uint256(Int)

Functions

pub fn decoder(
  value: Dynamic,
) -> Result(Uint256, List(DecodeError))
pub fn to_bit_array(value: Uint256) -> BitArray
Search Document