
| Field Name | Type | Description |
|---|---|---|
| payment_identifier | uint64 | 付款的标识符,由发起人选择 |
| token | address | 代币合约地址 |
| recipient(接收者) | address | Destination for this hop of the transfer(此传输跃点的目的地) |
| lock | HashTimeLock | A lock |
| target | address | 付款的最终目的地 |
| initiator | address | 传输的发起人和知道秘密的一方 |
| metadata | Metadata | 传输元数据,用于优化和发现 |
| message_identifier | uint64 | 已交付Delivered和已处理确认Processed的 ID |
off-chain balance proof 和以下字段组成| Field Name | Field Type | Description |
|---|---|---|
| message_identifier | uint64 | An ID used in Delivered and Processed acknowledgments在传递和处理的确认中使用的ID |
| payment_identifier | uint64 | An identifier for the Payment chosen by the Initiator发起人选择的付款标识符 |
| lock_secret | bytes32 | The secret that unlocked the lock |