Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Synopsis
- nodeSubmitTx ∷ LocalNodeConnectInfo → GYSubmitTx
- nodeSlotActions ∷ LocalNodeConnectInfo → GYSlotActions
- nodeGetParameters ∷ LocalNodeConnectInfo → IO GYGetParameters
- nodeGetSlotOfCurrentBlock ∷ LocalNodeConnectInfo → IO GYSlot
- nodeStakeAddressInfo ∷ LocalNodeConnectInfo → GYStakeAddress → IO (Maybe GYStakeAddressInfo)
- networkIdToLocalNodeConnectInfo ∷ GYNetworkId → FilePath → LocalNodeConnectInfo
Documentation
Low-level
Auxiliary
networkIdToLocalNodeConnectInfo #
∷ GYNetworkId | The network identifier. |
→ FilePath | Path to the local node socket. |
→ LocalNodeConnectInfo |
Constructs the connection info to a local node.