Metodo RPC minimumLedgerSlot
Restituisce lo slot più basso su cui il nodo ha informazioni nel suo registro.
Questo valore può aumentare nel tempo se il nodo è configurato per eliminare dati più vecchi dal registro
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "minimumLedgerSlot"> }> '
params
Noneresult
Response
{"jsonrpc": "2.0","result": 1234,"id": 1}
u64
Il numero di slot minimo del registro
Is this page helpful?