Struct ethcore::client::registry::functions::Fee [−]
pub struct Fee { /* fields omitted */ }Methods
impl Fee
impl Feepub fn input(&self) -> Bytes
pub fn input(&self) -> Bytespub fn output(&self, output: &[u8]) -> Result<Uint>
pub fn output(&self, output: &[u8]) -> Result<Uint>pub fn call(&self, do_call: &Fn(Bytes) -> Result<Bytes, String>) -> Result<Uint>
pub fn call(&self, do_call: &Fn(Bytes) -> Result<Bytes, String>) -> Result<Uint>Trait Implementations
impl Debug for Fee
impl Debug for Feeimpl Clone for Fee
impl Clone for Feefn clone(&self) -> Fee
fn clone(&self) -> FeeReturns 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 Fee
impl PartialEq for Feefn eq(&self, other: &Fee) -> bool
fn eq(&self, other: &Fee) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Fee) -> bool
fn ne(&self, other: &Fee) -> boolThis method tests for !=.
impl Default for Fee
impl Default for Fee