# Functions
No description provided by the author
RegisterAliceServiceHandler registers the http handlers for service AliceService to "mux".
RegisterAliceServiceHandlerClient registers the http handlers for service AliceService to "mux".
RegisterAliceServiceHandlerFromEndpoint is same as RegisterAliceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAliceServiceHandlerServer registers the http handlers for service AliceService to "mux".
No description provided by the author
# Variables
AliceService_ServiceDesc is the grpc.ServiceDesc for AliceService service.
No description provided by the author
# Structs
A Block on the AliceNet chain.
BlockValidationError is the validation error returned by Block.Validate if the designated constraints aren't met.
GetBalanceRequest to call the service.
GetBalanceRequestValidationError is the validation error returned by GetBalanceRequest.Validate if the designated constraints aren't met.
GetBalanceResponse from the service.
GetBalanceResponseValidationError is the validation error returned by GetBalanceResponse.Validate if the designated constraints aren't met.
GetBlockRequest to call the service.
GetBlockRequestValidationError is the validation error returned by GetBlockRequest.Validate if the designated constraints aren't met.
GetBlockResponse from the service.
GetBlockResponseValidationError is the validation error returned by GetBlockResponse.Validate if the designated constraints aren't met.
GetStoreValueRequest to call the service.
GetStoreValueRequestValidationError is the validation error returned by GetStoreValueRequest.Validate if the designated constraints aren't met.
GetStoreValueResponse from the service.
GetStoreValueResponseValidationError is the validation error returned by GetStoreValueResponse.Validate if the designated constraints aren't met.
GetTransactionRequest to call the service.
GetTransactionRequestValidationError is the validation error returned by GetTransactionRequest.Validate if the designated constraints aren't met.
GetTransactionResponse from the service.
GetTransactionResponseValidationError is the validation error returned by GetTransactionResponse.Validate if the designated constraints aren't met.
ListBlocksRequest to call the service.
ListBlocksRequestValidationError is the validation error returned by ListBlocksRequest.Validate if the designated constraints aren't met.
ListBlocksResponse from the service.
ListBlocksResponseValidationError is the validation error returned by ListBlocksResponse.Validate if the designated constraints aren't met.
ListStoresRequest to call the service.
ListStoresRequestValidationError is the validation error returned by ListStoresRequest.Validate if the designated constraints aren't met.
ListStoresResponse from the service.
ListStoresResponseValidationError is the validation error returned by ListStoresResponse.Validate if the designated constraints aren't met.
ListTransactionsForAddressRequest to call the service.
ListTransactionsForAddressRequestValidationError is the validation error returned by ListTransactionsForAddressRequest.Validate if the designated constraints aren't met.
ListTransactionsForAddressResponse from the service.
ListTransactionsForAddressResponseValidationError is the validation error returned by ListTransactionsForAddressResponse.Validate if the designated constraints aren't met.
ListTransactionsRequest to call the service.
ListTransactionsRequestValidationError is the validation error returned by ListTransactionsRequest.Validate if the designated constraints aren't met.
ListTransactionsResponse from the service.
ListTransactionsResponseValidationError is the validation error returned by ListTransactionsResponse.Validate if the designated constraints aren't met.
A Transaction on the AliceNet chain.
Input to the transaction.
Transaction_InputValidationError is the validation error returned by Transaction_Input.Validate if the designated constraints aren't met.
Output from the transaction.
A DataStore on the AliceNet chain.
No description provided by the author
Transaction_Output_DataStoreValidationError is the validation error returned by Transaction_Output_DataStore.Validate if the designated constraints aren't met.
A ValueStore on the AliceNet chain.
No description provided by the author
Transaction_Output_ValueStoreValidationError is the validation error returned by Transaction_Output_ValueStore.Validate if the designated constraints aren't met.
Transaction_OutputValidationError is the validation error returned by Transaction_Output.Validate if the designated constraints aren't met.
TransactionValidationError is the validation error returned by Transaction.Validate if the designated constraints aren't met.
UnimplementedAliceServiceServer should be embedded to have forward compatible implementations.
# Interfaces
AliceServiceClient is the client API for AliceService service.
AliceServiceServer is the server API for AliceService service.
UnsafeAliceServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
BlockMultiError is an error wrapping multiple validation errors returned by Block.ValidateAll() if the designated constraints aren't met.
GetBalanceRequestMultiError is an error wrapping multiple validation errors returned by GetBalanceRequest.ValidateAll() if the designated constraints aren't met.
GetBalanceResponseMultiError is an error wrapping multiple validation errors returned by GetBalanceResponse.ValidateAll() if the designated constraints aren't met.
GetBlockRequestMultiError is an error wrapping multiple validation errors returned by GetBlockRequest.ValidateAll() if the designated constraints aren't met.
GetBlockResponseMultiError is an error wrapping multiple validation errors returned by GetBlockResponse.ValidateAll() if the designated constraints aren't met.
GetStoreValueRequestMultiError is an error wrapping multiple validation errors returned by GetStoreValueRequest.ValidateAll() if the designated constraints aren't met.
GetStoreValueResponseMultiError is an error wrapping multiple validation errors returned by GetStoreValueResponse.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.
ListBlocksRequestMultiError is an error wrapping multiple validation errors returned by ListBlocksRequest.ValidateAll() if the designated constraints aren't met.
ListBlocksResponseMultiError is an error wrapping multiple validation errors returned by ListBlocksResponse.ValidateAll() if the designated constraints aren't met.
ListStoresRequestMultiError is an error wrapping multiple validation errors returned by ListStoresRequest.ValidateAll() if the designated constraints aren't met.
ListStoresResponseMultiError is an error wrapping multiple validation errors returned by ListStoresResponse.ValidateAll() if the designated constraints aren't met.
ListTransactionsForAddressRequestMultiError is an error wrapping multiple validation errors returned by ListTransactionsForAddressRequest.ValidateAll() if the designated constraints aren't met.
ListTransactionsForAddressResponseMultiError is an error wrapping multiple validation errors returned by ListTransactionsForAddressResponse.ValidateAll() if the designated constraints aren't met.
ListTransactionsRequestMultiError is an error wrapping multiple validation errors returned by ListTransactionsRequest.ValidateAll() if the designated constraints aren't met.
ListTransactionsResponseMultiError is an error wrapping multiple validation errors returned by ListTransactionsResponse.ValidateAll() if the designated constraints aren't met.
Transaction_InputMultiError is an error wrapping multiple validation errors returned by Transaction_Input.ValidateAll() if the designated constraints aren't met.
Transaction_Output_DataStoreMultiError is an error wrapping multiple validation errors returned by Transaction_Output_DataStore.ValidateAll() if the designated constraints aren't met.
Transaction_Output_ValueStoreMultiError is an error wrapping multiple validation errors returned by Transaction_Output_ValueStore.ValidateAll() if the designated constraints aren't met.
Transaction_OutputMultiError is an error wrapping multiple validation errors returned by Transaction_Output.ValidateAll() if the designated constraints aren't met.
TransactionMultiError is an error wrapping multiple validation errors returned by Transaction.ValidateAll() if the designated constraints aren't met.