[][src]Module exonum_explorer::api

Types used in the explorer API.

The types are bundled together with the explorer (rather than the explorer service) in order to ease dependency management for client apps.

Modules

websocket

Types used in WebSocket communication with the explorer service.

Structs

BlockInfo

Information about a block in the blockchain.

BlockQuery

Block query parameters.

BlocksQuery

Blocks in range parameters.

BlocksRange

Information on blocks coupled with the corresponding range in the blockchain.

CallStatusQuery

Query parameters to check the execution status of a before_transactions or after_transactions call.

TransactionHex

Raw transaction in hex representation.

TransactionQuery

Transaction query parameters.

TransactionResponse

Response to a request to broadcast a transaction over the blockchain network.

TransactionStatusQuery

Query parameters to check the execution status of a transaction.

TxInfo

Information about a transaction included in the block.

Enums

CallStatusResponse

Call status response.

Constants

MAX_BLOCKS_PER_REQUEST

The maximum number of blocks to return per blocks request, in this way the parameter limits the maximum execution time for such requests.