Struct exonum_btc_anchoring::RpcClient [] [src]

pub struct RpcClient { /* fields omitted */ }

Methods

impl Client
[src]

[src]

[src]

[src]

[src]

impl Client
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Client
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AnchoringRpcConfig> for RpcClient
[src]

[src]

Performs the conversion.

impl BitcoinRelay for RpcClient
[src]

[src]

Retrieves transaction from the bitcoin blockchain.

[src]

Retrieves information about transaction with the given id.

[src]

Observes the changes on given address.

[src]

Sends raw transaction to the bitcoin network.

[src]

Sends funds to the given address.

[src]

Lists unspent transactions for the given address.

[src]

Returns an actual relay configuration.

[src]

Retrieves information about confirmations for transaction with the given id.

Auto Trait Implementations

impl Send for Client

impl Sync for Client