package
0.43.1
Repository: https://github.com/pylons-tech/cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

NewOffline instantiates the instance of an offline network whilst the offline network does not support the DataAPI, it supports a subset of the construction API.
NewOnlineNetwork builds a single network adapter.

# Structs

OfflineNetwork implements an offline data API which is basically a data API that constantly returns errors, because it cannot be used if offline.
OnlineNetwork groups together all the components required for the full rosetta implementation.