[][src]Trait oasis_std::AddressExt

pub trait AddressExt {
    fn call(&self, ctx: &Context, payload: &[u8]) -> Result<Vec<u8>, Error>;
fn transfer<B: Into<Balance>>(&self, value: B) -> Result<(), Error>;
fn balance(&self) -> Balance;
fn code(&self) -> Vec<u8>; }

Required methods

fn call(&self, ctx: &Context, payload: &[u8]) -> Result<Vec<u8>, Error>

fn transfer<B: Into<Balance>>(&self, value: B) -> Result<(), Error>

fn balance(&self) -> Balance

fn code(&self) -> Vec<u8>

Loading content...

Implementors

impl AddressExt for Address[src]

Loading content...