hash: String, 32 Bytes - 交易的hash值
nonce: Number - 发送方在此次交易之前所在的交易次数
blockHash: String, 32 Bytes - 此次交易所在区块的hash码
blockNumber: Number - 此次交易所在区块的区块编号
transactionIndex: Number - 此次交易在区块的交易列表中的序列号
from: String, 20 Bytes - 交易发送
to: String, 20 Bytes - 交易接收
value: BigNumber - 此次交易的值,单位:wei
gasPrice: BigNumber - 发送方提供的gas的单价
gas: Number - 发送方消耗的gas
input: String - 此次交易发生的其他数据
区块链开发 之 web3返回数据关键键值对
最新推荐文章于 2024-02-27 16:18:41 发布