Struct exonum::node::ApiSender [] [src]

pub struct ApiSender(pub Sender<ExternalMessage>);

Transactions sender.

Methods

impl ApiSender
[src]

[src]

Creates new ApiSender with given channel.

[src]

Add peer to peer list

[src]

Sends an external message.

Trait Implementations

impl Clone for ApiSender
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl TransactionSend for ApiSender
[src]

[src]

Sends transaction. This can include transaction verification.

impl Debug for ApiSender
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApiSender

impl Sync for ApiSender