[][src]Module exonum_explorer::api::websocket

Types used in WebSocket communication with the explorer service.

Structs

CommittedTransactionSummary

Summary about a particular transaction in the blockchain. Does not include transaction content.

TransactionFilter

Filter for transactions by service instance and (optionally) method identifier within the service.

Enums

IncomingMessage

Messages proactively sent by WebSocket clients to the server.

Notification

Notification message passed to WebSocket clients.

Response

Response to a WebSocket client. Roughly equivalent to Result<T, String>.

SubscriptionType

Subscription type for new blocks or committed transactions.