// core/types/transaction.go:38 type Transaction struct { data txdata // caches hash atomic.Value size atomic.Value from atomic.Value } type txdata struct { AccountNonce uint64 Price *big.Int GasLimit uint64 Recipient *common.Address Amount *big.Int Payload []byte // Signature values V *big.Int R *big.Int S *big.Int // This is only used when marshaling to JSON. Hash *common.Hash `json:"hash" rlp:"-"` } —- 编译者/作者:嘿嘿嘿 玩币族申明:玩币族作为开放的资讯翻译/分享平台,所提供的所有资讯仅代表作者个人观点,与玩币族平台立场无关,且不构成任何投资理财建议。文章版权归原作者所有。 |
以太坊tx data
2019-12-25 嘿嘿嘿 来源:区块链网络
LOADING...
相关阅读:
- tune.fm在Hedera Hashgraph上引入了新的令牌协议2020-08-05
- HashKeyMe身份钱包打造Web3.0区块链基础设施2020-07-31
- Hashdex将与Fidelity合作托管比特币2020-07-25
- 澳大利亚借记卡网络 Eftpos 将通过 Hedera Hashgraph 测试小额支付解决方案2020-07-23
- Hashdex创建工具来模拟加密货币投资策略2020-07-16