Struct exonum::blockchain::ApiContext [] [src]

pub struct ApiContext { /* fields omitted */ }

Provides the current node state to api handlers.

Methods

impl ApiContext
[src]

Provides the current node state to api handlers.

[src]

Constructs context for the given Node.

[src]

Constructs context from raw parts.

[src]

Returns reference to the node's blockchain.

[src]

Returns reference to the transaction sender.

[src]

Returns the public key of current node.

[src]

Returns the secret key of current node.

Trait Implementations

impl Debug for ApiContext
[src]

[src]

Formats the value using the given formatter.