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

Call data.

Call destination.

Gas limit.

Call value.

Trait Implementations

impl Debug for Call
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Call
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Call

impl Sync for Call