File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,13 +380,27 @@ message GetTransactionRequest {
380380}
381381
382382message GetSystemTransactionRequest {
383+ // BlockID of the block that contains the system transaction.
383384 bytes block_id = 1 ;
385+
386+ // ID of the system transaction. [optional]
387+ // If unset, the last system transaction is returned.
388+ bytes id = 2 ;
384389}
385390
386391message GetSystemTransactionResultRequest {
392+ // BlockID of the block that contains the system transaction.
387393 bytes block_id = 1 ;
394+
395+ // Desired event payload encoding.
388396 entities.EventEncodingVersion event_encoding_version = 2 ;
397+
398+ // Execution state query parameters used for unsealed blocks. [optional]
389399 entities.ExecutionStateQuery execution_state_query = 3 ;
400+
401+ // ID of the system transaction. [optional]
402+ // If unset, the result of the last system transaction is returned.
403+ bytes id = 4 ;
390404}
391405
392406message GetTransactionByIndexRequest {
You can’t perform that action at this time.
0 commit comments