Struct evm_runtime::Transfer [−][src]
Expand description
Transfer from source to target, with given value.
Fields
source: H160
Source address.
target: H160
Target address.
value: U256
Transfer value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Transfer
impl UnwindSafe for Transfer
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self