stratus
0.20.1
Revm
U256
Aliased Type
Trait Implementations
From<BlockNumber>
From<SlotValue>
From<UnixTime>
From<Wei>
In stratus::
alias
stratus
::
alias
Type Alias
RevmU256
Copy item path
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.