feat: add offset param to GetRecentBlocks
This commit is contained in:
@@ -122,8 +122,9 @@ message CountBlocksResponse {
|
||||
|
||||
message RecentBlocksRequest {
|
||||
string ledger = 1; // 账本名称
|
||||
int64 count = 2; // 查询区块数量
|
||||
IncludeTransactions include_transactions = 3; // 包含事务信息详细程度
|
||||
int64 offset = 2; // 起始值
|
||||
int64 count = 3; // 查询区块数量
|
||||
IncludeTransactions include_transactions = 4; // 包含事务信息详细程度
|
||||
}
|
||||
|
||||
message GetTransactionByHashRequest {
|
||||
|
||||
Reference in New Issue
Block a user