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