syncStats

wallet_syncStats

查看当前钱包同步高度

Parameters

Returns

Example

Request
{"jsonrpc":"1.0","method":"wallet_syncStats","params":[],"id":1}
Response
{
	"jsonrpc": "2.0",
	"id": 1,
	"result": {
		"Height": 20460
	}
}
Contribute on GitHub

Report an Issue | View File | Edit File

© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License Creative Commons License