Update docs
This commit is contained in:
6
test.md
6
test.md
@@ -71,7 +71,7 @@ message Block {
|
||||
uint64 size = 6; // 区块大小的字节数
|
||||
bytes transactions_root = 7; // 区块的事务树根
|
||||
repeated Transaction transactions = 8; // 事务对象的数组,或为空
|
||||
repeated bytes transaction_hashes = 9; // 32字节的交易哈希的数组,或为空
|
||||
repeated bytes transaction_hashes = 9; // 20字节的交易哈希的数组,或为空
|
||||
}
|
||||
```
|
||||
|
||||
@@ -87,7 +87,7 @@ message Block {
|
||||
uint64 size = 6; // 区块大小的字节数
|
||||
bytes transactions_root = 7; // 区块的事务树根
|
||||
repeated Transaction transactions = 8; // 事务对象的数组,或为空
|
||||
repeated bytes transaction_hashes = 9; // 32字节的交易哈希的数组,或为空
|
||||
repeated bytes transaction_hashes = 9; // 20字节的交易哈希的数组,或为空
|
||||
}
|
||||
```
|
||||
|
||||
@@ -617,7 +617,7 @@ details:
|
||||
- field: 'transaction.from'
|
||||
description: 'from must not be empty'
|
||||
- field: 'transaction.to'
|
||||
description: 'to must be a valid 32-byte address'
|
||||
description: 'to must be a valid 20-byte address'
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user