package
0.2.2
Repository: https://github.com/ignite/cli-plugin-network.git
Documentation: pkg.go.dev

# Functions

NewGenesisInformation initializes new GenesisInformation.
NewWrappedErrInvalidRequest returns a wrapped ErrInvalidRequest.
RequestActionDescriptionFromContent describes the action of the request from its content.
RequestActionResultDescriptionFromContent describe the result of the action of the request from its content.
RequestsFromRequestContents creates a list of requests from a list request contents to simulate requests that have not been sent to request pool yet The request ID is set to 0 for the first request and incremented for each request, other values are not set.
ToChainLaunch converts a chain launch data from SPN and returns a ChainLaunch object.
ToCoordinator converts a Coordinator data from SPN and returns a Coordinator object.
ToGenesisAccount converts genesis account from SPN.
ToGenesisValidator converts genesis validator from SPN.
ToMainnetAccount converts a mainnet account data from SPN and returns a MainnetAccount object.
ToParamChange converts param change from SPN.
ToProject converts a project data from SPN and returns a Project object.
ToProjectChains converts a project chains data from SPN and returns a ProjectChains object.
ToRequest converts a request data from SPN and returns a Request object.
ToValidator converts a Validator data from SPN and returns a Validator object.
ToVestingAccount converts vesting account from SPN.
VerifyAddValidatorRequest verifies the validator request parameters.
VerifyPeerFormat checks if the peer address format is valid.
VerifyRequest verifies the validity of the request from its content (static check).

# Constants

ChainPortID is the chain ibc port id used for the relayer connection.
DefaultFee is the default fee to use when sending transactions.
No description provided by the author
No description provided by the author
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
Request action descriptions.
SPN name used as an address prefix and as a home dir for chains to publish.
SPNChainID name used as SPN chain id.
SPNDenom is the denom used for the spn chain native token.
SPNPortID is the spn ibc port id used for the relayer connection.
SPNVersion is the spn ibc version used for the relayer connection.
Version current version of the network plugin.

# Structs

No description provided by the author
No description provided by the author
Cli holds information about the CLI used to interact with the chain.
Coordinator represents the Coordinator profile on SPN.
ErrInvalidRequest is an error returned in methods manipulating requests when they are invalid.
GenesisAccount represents an account with initial coin allocation for the chain for the chain genesis.
GenesisInformation represents all information for a chain to construct the genesis.
GenesisValidator represents a genesis validator associated with a gentx in the chain genesis.
MainnetAccount represents the project mainnet account of a chain on SPN.
Metadata is an object that contains the metadata of a chain the metadata represents generic data set by the coordinator these information can be formatted and interpreted by the CLI for specific purposes.
ParamChange represents a parameter change to be applied to the chain genesis.
No description provided by the author
Project represents the project of a chain on SPN.
ProjectChains represents the chains of a project on SPN.
No description provided by the author
No description provided by the author
No description provided by the author
Validator represents the Validator profile on SPN.
VestingAccount represents a vesting account with initial coin allocation and vesting option for the chain genesis.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author