Get desktop application:
View/edit binary Protocol Buffers messages
`true` for live data service, `false` for historical data service.
Get transactions batch without any filtering from starting version and end if transaction count is present.
Used in:
Used in:
Used in:
, ,Used in:
Used in:
Used in:
,Used as request type in: DataService.GetTransactions, GrpcManager.GetTransactions, RawData.GetTransactions
Used as field type in:
Required; start version of current stream.
Optional; number of transactions to return in current stream. If not present, return an infinite stream of transactions.
Optional; number of transactions in each `TransactionsResponse` for current stream. If not present, default to 1000. If larger than 1000, request will be rejected.
If provided, only transactions that match the filter will be included.
Used in:
Used in:
,Used in:
,If not present, it means the data service is not available to serve anything yet.
Used in:
Used in:
Used in:
Used in:
Used in:
Used in:
,Used in:
Used in:
Used in:
This is for storage only.
Required; transactions data.
Required; chain id.
TransactionsResponse is a batch of transactions.
Used as response type in: DataService.GetTransactions, GrpcManager.GetTransactions, RawData.GetTransactions
Required; transactions data.
Required; chain id.
Used in:
Used in: