[][src]Module casper_node::components

Components

Components are the building blocks of the whole application, wired together inside a reactor. Each component has a unified interface, expressed by the Component trait.

Modules

contract_runtime

Contract Runtime component.

Traits

Component

Core Component.