【发布时间】:2022-07-27 23:12:55
【问题描述】:
当您看到transaction in the Elrond blockchain 中使用的字段时,有一个称为“版本”,通常设置为“1”:
POST https://gateway.elrond.com/transaction/send HTTP/1.1
Content-Type: application/json
{
"version": 1,
"chainId": "v1.0.141",
"nonce": 42,
"value": "100000000000000000",
"receiver": "erd1...",
"sender": "erd1...",
"gasPrice": 1000000000,
"gasLimit": 70000,
"data": "food for cats",
"signature": "..."
}
什么意思?
谢谢!
【问题讨论】:
标签: transactions blockchain elrond