getMaxShredInsertSlot
Returns the highest slot for which this node has inserted shreds into blockstore.
Request
{ "jsonrpc": "2.0", "id": 1, "method": "getMaxShredInsertSlot"}Response
{ "jsonrpc": "2.0", "result": 1234, "id": 1}| Field | Type | Description |
|---|---|---|
| result | u64 | Highest slot for which the node has completed shred insertion. |