# Functions
NewClient creates a new gRPC runtime client.
RegisterService registers a new runtime client service with the given gRPC server.
# Constants
ModuleName is the runtime client module name.
RoundLatest is a special round number always referring to the latest round.
# Variables
ErrCheckTxFailed is an error returned if the local transaction check fails.
ErrInternal is an error returned when an unspecified internal error occurs.
ErrNoHostedRuntime is returned when the hosted runtime is not available locally.
ErrNotFound is an error returned when the item is not found.
ErrNotSynced is an error returned if transaction is submitted before node has finished initial syncing.
ErrTransactionExpired is an error returned when transaction expired.
# Structs
CheckTxRequest is a CheckTx request.
Client is a gRPC runtime client.
Event is an event emitted by a runtime in the form of a runtime transaction tag.
GetBlockRequest is a GetBlock request.
GetEventsRequest is a GetEvents request.
GetTransactionsRequest is a GetTransactions request.
PlainEvent is an event emitted by a runtime in the form of a runtime transaction tag.
QueryRequest is a Query request.
QueryResponse is a response to the runtime query.
SubmitTxMetaResponse is the SubmitTxMeta response.
SubmitTxRequest is a SubmitTx request.
SubmitTxResult is the raw result of submitting a transaction for processing.
TransactionWithResults is a transaction with its raw result and emitted events.
# Interfaces
RuntimeClient is the runtime client interface.