evmc_uint256be

Type Alias evmc_uint256be 

Source
pub type evmc_uint256be = evmc_bytes32;
Expand description

The alias for evmc_bytes32 to represent a big-endian 256-bit integer.

Aliased Type§

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

Fields§

§bytes: [u8; 32]

The 32 bytes.