mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
Clarify the "direction" field of block requests (#12438)
This commit is contained in:
@@ -24,6 +24,7 @@ message BlockRequest {
|
||||
bytes number = 3;
|
||||
}
|
||||
// Sequence direction.
|
||||
// If missing, should be interpreted as "Ascending".
|
||||
Direction direction = 5;
|
||||
// Maximum number of blocks to return. An implementation defined maximum is used when unspecified.
|
||||
uint32 max_blocks = 6; // optional
|
||||
|
||||
Reference in New Issue
Block a user