Crate drive_abci

Crate drive_abci 

Source
Expand description

Dash ABCI

ABCI is an interface that defines the boundary between the replication engine (the blockchain), and the state machine (the application). Using a socket protocol, a consensus engine running in one process can manage an application state running in another.

Modulesยง

abci
ABCI module
config
Platform configuration
core
Core utilities
error
Errors module
execution
Execution module
logging
Logging and tracing
metrics
Metrics subsystem
platform_types
Platform module
query
Querying
rpc
Anything related to 3rd party RPC
server
Drive server This module implements Drive ABCI server.
utils
Various utils
verify
Verification helpers