Package | Description |
---|---|
com.exonum.binding.service | |
com.exonum.binding.service.adapters |
An internal package with adapters of Java Service interfaces
to the interface, convenient to the native code.
|
Class and Description |
---|
InternalServerError
Indicates that an internal error occurred during transaction processing.
|
InvalidTransactionException
Indicates that a transaction is not valid
(e.g., its
Transaction.isValid() returns false). |
Node
An Exonum node context.
|
Schema
A schema of the tables (= indices) of a service.
|
Service
An Exonum service.
|
TransactionConverter
A converter of a binary Exonum message, which contains transaction data,
into an executable transaction.
|
Class and Description |
---|
Service
An Exonum service.
|
Copyright © 2018 Exonum. All rights reserved.