Struct ethjson::vm::call::Call [−][src]
pub struct Call {
pub data: Bytes,
pub destination: MaybeEmpty<Address>,
pub gas_limit: Uint,
pub value: Uint,
}Vm call deserialization.
Fields
data: Bytes
Call data.
destination: MaybeEmpty<Address>
Call destination.
gas_limit: Uint
Gas limit.
value: Uint
Call value.
Trait Implementations
impl Debug for Call[src]
impl Debug for Callfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Call[src]
impl PartialEq for Call