[][src]Struct arweaver::Client

pub struct Client { /* fields omitted */ }

Methods

impl Client[src]

pub fn new() -> Result<Client, Error>[src]

pub fn info(&self) -> Result<Info, Error>[src]

pub fn block<T: AsRef<BlockHash>>(&self, t: T) -> Result<Block, Error>[src]

pub fn height<T: AsRef<Height>>(&self, t: T) -> Result<Block, Error>[src]

pub fn current_block(&self) -> Result<Block, Error>[src]

pub fn tx<T: AsRef<TxHash>>(&self, t: T) -> Result<Tx, Error>[src]

pub fn submit<T: AsRef<Tx>>(&self, t: T) -> Result<(), Error>[src]

pub fn balance<T: AsRef<Address>>(&self, t: T) -> Result<Winstons, Error>[src]

pub fn price<T: AsRef<Address>>(
    &self,
    t: Option<T>,
    size: usize
) -> Result<Winstons, Error>
[src]

Auto Trait Implementations

impl Send for Client

impl Sync for Client

impl Unpin for Client

impl UnwindSafe for Client

impl RefUnwindSafe for Client

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err