Enum vm::ActionValue[][src]

pub enum ActionValue {
    Transfer(U256),
    Apparent(U256),
}

Transaction value

Variants

Value that should be transfered

Apparent value for transaction (not transfered)

Methods

impl ActionValue
[src]

Returns action value as U256.

Returns the transfer action value of the U256-convertable raw value

Returns the apparent action value of the U256-convertable raw value

Trait Implementations

impl Clone for ActionValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActionValue
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ActionValue

impl Sync for ActionValue