Struct exonum_testkit::TestNetworkConfiguration [] [src]

pub struct TestNetworkConfiguration { /* fields omitted */ }

A configuration of the test network.

Methods

impl TestNetworkConfiguration
[src]

[src]

Returns the node from whose perspective the testkit operates.

[src]

Modifies the node from whose perspective the testkit operates.

[src]

Returns the test network validators.

[src]

Returns the current consensus configuration.

[src]

Return the height, starting from which this configuration becomes actual.

[src]

Modifies the height, starting from which this configuration becomes actual.

[src]

Modifies the current consensus configuration.

[src]

Modifies the validators list.

[src]

Returns the configuration for service with the given identifier.

[src]

Modifies the configuration of the service with the given identifier.

[src]

Returns the resulting exonum blockchain configuration.

Trait Implementations

impl Debug for TestNetworkConfiguration
[src]

[src]

Formats the value using the given formatter.