pub type Uint256 { Uint256(Int) }
Uint256(Int)
pub fn decoder( value: Dynamic, ) -> Result(Uint256, List(DecodeError))
pub fn to_bit_array(value: Uint256) -> BitArray