| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cardano.Rpc.Server.NodeKernelAccess.Type
Synopsis
- data NodeKernelAccess = NodeKernelAccess {
- chainDb :: ChainDB IO (CardanoBlock StandardCrypto)
- systemStart :: SystemStart
- readEraHistory :: forall (m :: Type -> Type). MonadIO m => m EraHistory
- securityParam :: SecurityParam
Documentation
data NodeKernelAccess Source #
In-process access to the node kernel. Constructed by cardano-node once consensus initialisation completes.
Constructors
| NodeKernelAccess | |
Fields
| |
Instances
| Has (IORef (Maybe NodeKernelAccess)) RpcEnv Source # | |
Defined in Cardano.Rpc.Server.Internal.Monad | |