package
0.31.14
Repository: https://github.com/onflow/flow-archive.git
Documentation: pkg.go.dev

# Functions

IndexFromAPI creates a new instance of an index reader that uses the provided GRPC API client to retrieve state from the index.
No description provided by the author
NewServer creates a new server, using the provided index reader as a backend for data retrieval.
No description provided by the author
No description provided by the author

# Variables

API_ServiceDesc is the grpc.ServiceDesc for API service.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
GetCollectionRequestValidationError is the validation error returned by GetCollectionRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetCollectionResponseValidationError is the validation error returned by GetCollectionResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetCommitRequestValidationError is the validation error returned by GetCommitRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetCommitResponseValidationError is the validation error returned by GetCommitResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetEventsRequestValidationError is the validation error returned by GetEventsRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetEventsResponseValidationError is the validation error returned by GetEventsResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetFirstRequestValidationError is the validation error returned by GetFirstRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetFirstResponseValidationError is the validation error returned by GetFirstResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetGuaranteeRequestValidationError is the validation error returned by GetGuaranteeRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetGuaranteeResponseValidationError is the validation error returned by GetGuaranteeResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetHeaderRequestValidationError is the validation error returned by GetHeaderRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetHeaderResponseValidationError is the validation error returned by GetHeaderResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetHeightForBlockRequestValidationError is the validation error returned by GetHeightForBlockRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetHeightForBlockResponseValidationError is the validation error returned by GetHeightForBlockResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetHeightForTransactionRequestValidationError is the validation error returned by GetHeightForTransactionRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetHeightForTransactionResponseValidationError is the validation error returned by GetHeightForTransactionResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetLastRequestValidationError is the validation error returned by GetLastRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetLastResponseValidationError is the validation error returned by GetLastResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetRegisterValuesRequestValidationError is the validation error returned by GetRegisterValuesRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetRegisterValuesResponseValidationError is the validation error returned by GetRegisterValuesResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetResultRequestValidationError is the validation error returned by GetResultRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetResultResponseValidationError is the validation error returned by GetResultResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetSealRequestValidationError is the validation error returned by GetSealRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetSealResponseValidationError is the validation error returned by GetSealResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetTransactionRequestValidationError is the validation error returned by GetTransactionRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetTransactionResponseValidationError is the validation error returned by GetTransactionResponse.Validate if the designated constraints aren't met.
Index implements the `index.Reader` interface on top of the DPS server's GRPC API.
No description provided by the author
ListCollectionsForHeightRequestValidationError is the validation error returned by ListCollectionsForHeightRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListCollectionsForHeightResponseValidationError is the validation error returned by ListCollectionsForHeightResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListSealsForHeightRequestValidationError is the validation error returned by ListSealsForHeightRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListSealsForHeightResponseValidationError is the validation error returned by ListSealsForHeightResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListTransactionsForHeightRequestValidationError is the validation error returned by ListTransactionsForHeightRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListTransactionsForHeightResponseValidationError is the validation error returned by ListTransactionsForHeightResponse.Validate if the designated constraints aren't met.
Server is a simple implementation of the generated APIServer interface.
UnimplementedAPIServer must be embedded to have forward compatible implementations.

# Interfaces

APIClient is the client API for API service.
APIServer is the server API for API service.
UnsafeAPIServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

GetCollectionRequestMultiError is an error wrapping multiple validation errors returned by GetCollectionRequest.ValidateAll() if the designated constraints aren't met.
GetCollectionResponseMultiError is an error wrapping multiple validation errors returned by GetCollectionResponse.ValidateAll() if the designated constraints aren't met.
GetCommitRequestMultiError is an error wrapping multiple validation errors returned by GetCommitRequest.ValidateAll() if the designated constraints aren't met.
GetCommitResponseMultiError is an error wrapping multiple validation errors returned by GetCommitResponse.ValidateAll() if the designated constraints aren't met.
GetEventsRequestMultiError is an error wrapping multiple validation errors returned by GetEventsRequest.ValidateAll() if the designated constraints aren't met.
GetEventsResponseMultiError is an error wrapping multiple validation errors returned by GetEventsResponse.ValidateAll() if the designated constraints aren't met.
GetFirstRequestMultiError is an error wrapping multiple validation errors returned by GetFirstRequest.ValidateAll() if the designated constraints aren't met.
GetFirstResponseMultiError is an error wrapping multiple validation errors returned by GetFirstResponse.ValidateAll() if the designated constraints aren't met.
GetGuaranteeRequestMultiError is an error wrapping multiple validation errors returned by GetGuaranteeRequest.ValidateAll() if the designated constraints aren't met.
GetGuaranteeResponseMultiError is an error wrapping multiple validation errors returned by GetGuaranteeResponse.ValidateAll() if the designated constraints aren't met.
GetHeaderRequestMultiError is an error wrapping multiple validation errors returned by GetHeaderRequest.ValidateAll() if the designated constraints aren't met.
GetHeaderResponseMultiError is an error wrapping multiple validation errors returned by GetHeaderResponse.ValidateAll() if the designated constraints aren't met.
GetHeightForBlockRequestMultiError is an error wrapping multiple validation errors returned by GetHeightForBlockRequest.ValidateAll() if the designated constraints aren't met.
GetHeightForBlockResponseMultiError is an error wrapping multiple validation errors returned by GetHeightForBlockResponse.ValidateAll() if the designated constraints aren't met.
GetHeightForTransactionRequestMultiError is an error wrapping multiple validation errors returned by GetHeightForTransactionRequest.ValidateAll() if the designated constraints aren't met.
GetHeightForTransactionResponseMultiError is an error wrapping multiple validation errors returned by GetHeightForTransactionResponse.ValidateAll() if the designated constraints aren't met.
GetLastRequestMultiError is an error wrapping multiple validation errors returned by GetLastRequest.ValidateAll() if the designated constraints aren't met.
GetLastResponseMultiError is an error wrapping multiple validation errors returned by GetLastResponse.ValidateAll() if the designated constraints aren't met.
GetRegisterValuesRequestMultiError is an error wrapping multiple validation errors returned by GetRegisterValuesRequest.ValidateAll() if the designated constraints aren't met.
GetRegisterValuesResponseMultiError is an error wrapping multiple validation errors returned by GetRegisterValuesResponse.ValidateAll() if the designated constraints aren't met.
GetResultRequestMultiError is an error wrapping multiple validation errors returned by GetResultRequest.ValidateAll() if the designated constraints aren't met.
GetResultResponseMultiError is an error wrapping multiple validation errors returned by GetResultResponse.ValidateAll() if the designated constraints aren't met.
GetSealRequestMultiError is an error wrapping multiple validation errors returned by GetSealRequest.ValidateAll() if the designated constraints aren't met.
GetSealResponseMultiError is an error wrapping multiple validation errors returned by GetSealResponse.ValidateAll() if the designated constraints aren't met.
GetTransactionRequestMultiError is an error wrapping multiple validation errors returned by GetTransactionRequest.ValidateAll() if the designated constraints aren't met.
GetTransactionResponseMultiError is an error wrapping multiple validation errors returned by GetTransactionResponse.ValidateAll() if the designated constraints aren't met.
ListCollectionsForHeightRequestMultiError is an error wrapping multiple validation errors returned by ListCollectionsForHeightRequest.ValidateAll() if the designated constraints aren't met.
ListCollectionsForHeightResponseMultiError is an error wrapping multiple validation errors returned by ListCollectionsForHeightResponse.ValidateAll() if the designated constraints aren't met.
ListSealsForHeightRequestMultiError is an error wrapping multiple validation errors returned by ListSealsForHeightRequest.ValidateAll() if the designated constraints aren't met.
ListSealsForHeightResponseMultiError is an error wrapping multiple validation errors returned by ListSealsForHeightResponse.ValidateAll() if the designated constraints aren't met.
ListTransactionsForHeightRequestMultiError is an error wrapping multiple validation errors returned by ListTransactionsForHeightRequest.ValidateAll() if the designated constraints aren't met.
ListTransactionsForHeightResponseMultiError is an error wrapping multiple validation errors returned by ListTransactionsForHeightResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author