Struct evm_runtime::Context [−][src]
Expand description
Context of the runtime.
Fields
address: H160Execution address.
caller: H160Caller of the EVM.
apparent_value: U256Apparent value of the EVM.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Contextimpl UnwindSafe for ContextBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self