Module scanner

Source
Expand description

The generated scanner proto

Modules§

scanner_client
Generated client implementations.
scanner_server
Generated server implementations.

Structs§

ClearResultsRequest
A request for clearing past results from the scanner cache.
DeleteKeysRequest
A request to delete keys, delete their results, and stop scanning for their results.
Empty
Empty is for gRPCs that take no arguments, currently only GetInfo.
GetResultsRequest
A request for getting results for a set of keys.
GetResultsResponse
A set of responses for each provided key of a GetResults call.
InfoReply
A response to a GetInfo call.
KeyWithHeight
A scanning key with an optional birth height
RegisterKeysRequest
A request to register scanning keys
RegisterKeysResponse
A response to RegisterKeysRequest containing registered keys
Results
A result for a single key.
ScanRequest
A request for registering keys and getting their transactions
ScanResponse
Response to Scan calls
Transaction
Transaction data
Transactions
A vector of transaction hashes

Constants§

FILE_DESCRIPTOR_SET 🔒