| Interface | Description |
|---|---|
| BlockCommittedEvent |
The blockchain state just after the corresponding block is committed.
|
| Node |
An Exonum node context.
|
| Schema |
A schema of the collections (a.k.a.
|
| Service |
An Exonum service.
|
| ServiceModule |
A service module configures the service bindings so that the framework can resolve
the service implementation and all its dependencies.
|
| TransactionConverter |
A converter of a raw Exonum transaction, which contains transaction data,
into an executable transaction.
|
| Class | Description |
|---|---|
| AbstractService |
A base class for user services.
|
| AbstractServiceModule |
A base class for
ServiceModule implementations provided for convenience. |
| BlockCommittedEventImpl | |
| NodeFake |
An implementation of a Node interface for testing purposes.
|
| NodeProxy |
An Exonum node context.
|
| Exception | Description |
|---|---|
| TransactionSubmissionException |
Indicates that a transaction could not be
submitted.
|
Copyright © 2019 Exonum. All rights reserved.