package
0.0.0-20240613014523-be264cfa0128
Repository: https://github.com/1f47e/go-feesh.git
Documentation: pkg.go.dev
# Structs
===== CLIENT.
get best block curl: curl -X POST -H 'Content-Type: application/json' -u 'rpcuser:rpcpass' -d '{"jsonrpc":"1.0","method":"getbestblock","params":[],"id":1}' http://localhost:18334
{
"hash": "0000000000000013d40d7e4cfd271c223c93c134065e3fc857a3adf077da3dda",
"height": 2443258
}
*/.
No description provided by the author
{
"jsonrpc": "1.0",
"result": {
"version": 230300,
"protocolversion": 70002,
"blocks": 2441417,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 117392538.8721802,
"testnet": true,
"relayfee": 1e-05,
"errors": ""
},
"error": null,
"id": 1
}
*/.