Copyright | Alexander Krupenkin 2016 |
---|---|
License | BSD3 |
Maintainer | mail@akru.me |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Polkadot RPC methods with chain
prefix.
Documentation
:: 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.