# Functions
ChainHome returns the default home dir used for a chain from SPN.
CheckDependencies checks that cached Go dependencies of the chain have not been modified since they were downloaded.
CollectEvents collects events from the chain.
No description provided by the author
IsChainHomeExist checks if a home with the provided launchID already exist.
New initializes a network blockchain from source and options.
No description provided by the author
SourceLaunch returns a source option for initializing a chain from a launch.
SourceRemote sets the default branch on a remote as source for the blockchain.
SourceRemoteBranch sets the branch on a remote as source for the blockchain.
SourceRemoteHash uses a remote hash as source for the blockchain.
SourceRemoteTag sets the tag on a remote as source for the blockchain.
WithGenesisFromConfig provides a config file for the initial genesis of the chain blockchain.
WithGenesisFromURL provides a genesis url for the initial genesis of the chain blockchain.
WithHome provides a specific home path for the blockchain for the initialization.
WithKeyringBackend provides the keyring backend to use to initialize the blockchain.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Binary associates launch id with build hash where build hash is sha256(binary, source)..
No description provided by the author
Chain represents a network blockchain and lets you interact with its source code and binary.
No description provided by the author
TunneledPeer represents http tunnel to a peer which can't be reached via regular tcp connection.
# Type aliases
Option sets other initialization options.
SourceOption sets the source for blockchain.