package
0.1.7-beta-testnet
Repository: https://github.com/second-state/devchain.git
Documentation: pkg.go.dev
# Functions
AddBasicFlags adds --node and --chain-id, which we need for everything.
GetChainID reads ChainID from the flags.
GetNode prepares a simple rpc.Client from the flags.
GetProviders creates a trusted (local) seed provider and a remote provider based on configuration.
GetSourceProvider returns a provider pointing to an rpc handler.
GetTrustedProvider returns a reference to a local store with cache.
Any commands that require and init'ed basecoin directory should wrap their RunE command with RequireInit to make sure that the client is initialized.
WasInited returns true if a basecoin was previously initialized in this directory.
# Constants
No description provided by the author
No description provided by the author
nolint.
nolint.
nolint.
nolint.
nolint.
No description provided by the author
# Type aliases
No description provided by the author