| 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.Chain
Description
Polkadot RPC methods with chain prefix.
Documentation
Arguments
| :: JsonRpc m | |
| => Maybe HexString | Block hash |
| -> m (Maybe SignedBlock) |
Get header and body of a relay chain block.
Get the block hash for a specific block.
getFinalizedHead :: JsonRpc m => m HexString Source #
Get hash of the last finalized block in the canon chain.