[][src]Trait mantle::types::AddressExt

pub trait AddressExt {
    fn transfer<'a, V: Into<&'a U256>>(
        &self,
        value: V
    ) -> Result<(), ExtCallError>;
fn balance(&self) -> U256; }

Required methods

fn transfer<'a, V: Into<&'a U256>>(&self, value: V) -> Result<(), ExtCallError>

fn balance(&self) -> U256

Loading content...

Implementors

impl AddressExt for Address[src]

Loading content...