package
0.11.0
Repository: https://github.com/omni-network/omni.git
Documentation: pkg.go.dev

# Functions

Dial returns a ABCI provider to the provided network connecting to well-known public RPCs.
IsErrHistoryPruned reports whether the input error matches the CosmosSDK errors returned when the state for the requested height isn't found in the store.
NewABCI returns a new provider using the provided cometBFT ABCI client.
NewGRPC returns a new provider using the provided gRPC server address.
NewProviderForT creates a new provider for testing.

# Variables

ErrHistoryPruned indicates that the necessary state for the requested height isn't found in the store.

# Structs

Provider implements cchain.Provider.