Enum ethcore::action_params::ActionValue
[−]
[src]
pub enum ActionValue { Transfer(U256), Apparent(U256), }
Transaction value
Variants
Transfer(U256)
Value that should be transfered
Apparent(U256)
Apparent value for transaction (not transfered)
Methods
impl ActionValue
[src]
fn value(&self) -> U256
Returns action value as U256.
Trait Implementations
impl Clone for ActionValue
[src]
fn clone(&self) -> ActionValue
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more