Struct exonum_btc_anchoring::cmd::AnchoringServiceFactory [] [src]

pub struct AnchoringServiceFactory;

An anchoring service creator for the NodeBuilder.

Trait Implementations

impl Debug for AnchoringServiceFactory
[src]

[src]

Formats the value using the given formatter. Read more

impl ServiceFactory for AnchoringServiceFactory
[src]

[src]

Returns CommandExtension for the specific CommandName.

Important traits for Box<W>
[src]

Creates a new service instance from the context returned by the Run command.

Auto Trait Implementations