get_latest_blockhash
Retrieve the most recent block hash from the Solana blockchain ledger to verify or synchronize transactions and block data.
Instructions
Returns the latest block hash from the ledger.
Returns: str: Latest blockhash in the format "Latest blockhash: {blockhash}"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_latest_blockhashArguments",
"type": "object"
}