Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 482 Bytes

2.以太坊离线签名.md

File metadata and controls

8 lines (7 loc) · 482 Bytes
  • AccountNonce:此交易的发送者已发送过的交易数(可防止重放攻击)
  • Price:此交易的 gas price
  • GasLimit:本交易允许消耗的最大 gas 数量
  • Recipient:交易的接收者地址,如果这个字段为 nil 的话,则这个交易为“合约创建”类型交易
  • Amount:交易转移的以太币数量,单位是 wei
  • Payload:交易可以携带的数据,在不同类型的交易中有不同的含义
  • V R S:交易的签名数据