getTransactionCount RPC Metodu
Defterden güncel işlem sayısını döndürür
$ curl https://api.devnet.solana.com -s -X \> POST -H "Content-Type: application/json" -d '> {> "jsonrpc": "2.0",> "id": 1,> "method": "getTransactionCount",> "params": [> {> "commitment": "finalized"> }> ]> }> '
params
objectoptional
Aşağıdaki alanları içeren yapılandırma nesnesi:
result
Response
{"jsonrpc": "2.0","result": 268,"id": 1}
u64
Defterden güncel işlem sayısı
Is this page helpful?