Skip to main content

chain_getFinalizedHead - JSON-RPC Method

Description#

Returns the hash of the most recently finalized block.

Code Examples#

curl ${S.rpcBase} \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"chain_getFinalizedHead","params":[],"id":1}'