Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Run
Synopsis
- runNode :: PartialNodeConfiguration -> IO ()
- checkVRFFilePermissions :: File content direction -> ExceptT VRFPrivateKeyFilePermissionError IO ()
Documentation
runNode :: PartialNodeConfiguration -> IO () Source #
checkVRFFilePermissions :: File content direction -> ExceptT VRFPrivateKeyFilePermissionError IO () Source #
Make sure the VRF private key file is readable only by the current process owner the node is running under.