Struct ethcore::engines::block_reward::block_reward_contract::functions::Reward [−]
pub struct Reward { /* fields omitted */ }Methods
impl Reward
impl Rewardpub fn input<T0: IntoIterator<Item = U0>, U0: Into<Address>, T1: IntoIterator<Item = U1>, U1: Into<Uint>>(
&self,
benefactors: T0,
kind: T1
) -> Bytes
pub fn input<T0: IntoIterator<Item = U0>, U0: Into<Address>, T1: IntoIterator<Item = U1>, U1: Into<Uint>>(
&self,
benefactors: T0,
kind: T1
) -> BytesTrait Implementations
impl Debug for Reward
impl Debug for Rewardimpl Clone for Reward
impl Clone for Rewardfn clone(&self) -> Reward
fn clone(&self) -> RewardReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Reward
impl PartialEq for Rewardfn eq(&self, other: &Reward) -> bool
fn eq(&self, other: &Reward) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Reward) -> bool
fn ne(&self, other: &Reward) -> boolThis method tests for !=.
impl Default for Reward
impl Default for Reward