solana-core
object
string
number
curl https://rpc.testnet.soo.network/rpc \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "getLatestBlockhash", "params": [{ "commitment": "finalized", "minContextSlot": 0 }] }'
{ "jsonrpc": "2.0", "result": { "context": { "slot": 369624 }, "value": { "blockhash": "5ThJTCxpdn54bk3gBAWKZS4K9ogHEX56WooYbXQDnm3Q", "lastValidBlockHeight": 369624 } }, "id": 1 }
context
value
blockhash: <string>
lastValidBlockHeight: <u64>