Update docs
This commit is contained in:
@@ -44,7 +44,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字节的交易哈希的数组,或为空
|
||||
}
|
||||
|
||||
message BlockNumberRequest {
|
||||
|
||||
@@ -42,7 +42,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字节的交易哈希的数组,或为空
|
||||
}
|
||||
|
||||
message CreateLedgerRequest {
|
||||
|
||||
Reference in New Issue
Block a user