Skip to content

Instantly share code, notes, and snippets.

@yupnano
Created May 7, 2018 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yupnano/bc4b9ef9d76bc2ab5d756b2f46de56dd to your computer and use it in GitHub Desktop.
Save yupnano/bc4b9ef9d76bc2ab5d756b2f46de56dd to your computer and use it in GitHub Desktop.
//query failed. (There is no record for this serial number, you can query several more times)
{
"code": 1,
"data": {},
"msg": "payId ZBTSkk74dB4tPJI9J8FDFMu270h7yaut get transaction error"
}
//query success
{
"code": 0,
"data": {
"data": null,
"contractAddress": "",
"type": "binary",
"nonce": 136,
"gasLimit": "30000",
"gasUsed": "20000",
"chainId": 1001,
"from": "n1JmhE82GNjdZPNZr6dgUuSfzy2WRwmD9zy",
"to": "n1JmhE82GNjdZPNZr6dgUuSfzy2WRwmD9zy",
"value": "1000000000000000000",
"hash": "f9549a5c01f50f372607b9fd29bf15d483246578f6cc7008d6e2a537920802e6",
"gasPrice": "1000000",
"status": 1,
"timestamp": 1525508076
},
"msg": "success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment