Copyright | Aleksandr Krupenkin 2016-2024 |
---|---|
License | Apache-2.0 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.Polkadot.Rpc.Engine
Description
Polkadot RPC methods with engine
prefix.
Synopsis
- createBlock :: JsonRpc m => Bool -> Bool -> Maybe HexString -> m CreatedBlock
- finalizeBlock :: JsonRpc m => HexString -> Maybe HexString -> m Bool