stratus::alias

Type Alias RevmU256

Source
pub type RevmU256 = U256;

Aliased Type§

struct RevmU256 { /* private fields */ }

Trait Implementations§

Source§

impl From<BlockNumber> for RevmU256

Source§

fn from(block_number: BlockNumber) -> Self

Converts to this type from the input type.
Source§

impl From<SlotValue> for RevmU256

Source§

fn from(value: SlotValue) -> Self

Converts to this type from the input type.
Source§

impl From<UnixTime> for RevmU256

Source§

fn from(value: UnixTime) -> Self

Converts to this type from the input type.
Source§

impl From<Wei> for RevmU256

Source§

fn from(value: Wei) -> Self

Converts to this type from the input type.