Uint256

Type Alias Uint256 

Source
pub type Uint256 = evmc_uint256be;
Expand description

EVMC big-endian 256-bit integer

Aliased Type§

#[repr(C)]
pub struct Uint256 { pub bytes: [u8; 32], }

Fields§

§bytes: [u8; 32]

The 32 bytes.