# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ApproveRequest returns approval for a request with id.
CollectEvents collects events from the network builder.
FillMetadata fills the metadata of the chain with the plugin version.
Mainnet initialize a published chain into the mainnet.
New creates a Builder.
NewNode creates a new client for node API.
NewSharePercent creates new share percent representation.
No description provided by the author
No description provided by the author
ParseSharePercents parses SharePercentage list from string format: 12.4%foo,10%bar,0.133%baz.
No description provided by the author
RejectRequest returns rejection for a request with id.
SharePercentFromString parses share percent from string format: 11.87%foo.
WithAccountBalance set a balance used for all genesis account of the chain.
WithAccountRequest allows to join the chain by requesting a genesis account with the specified amount of tokens.
No description provided by the author
WithChainID use a custom chain id.
No description provided by the author
WithCustomGenesisConfig enables using a custom genesis during publish.
WithCustomGenesisURL enables using a custom genesis during publish.
No description provided by the author
WithMetadata provides a meta data proposal to update the project.
No description provided by the author
WithPercentageShares enables minting vouchers for shares.
No description provided by the author
WithProject add a project id.
WithProjectMetadata provides a meta data proposal to update the project.
WithProjectName provides a name proposal to update the project.
No description provided by the author
WithProjectTotalSupply provides a total supply proposal to update the project.
WithPublicAddress allows to specify a peer public address for the node.
No description provided by the author
No description provided by the author
WithTotalSupply provides a total supply proposal to update the project.
# Constants
MinLaunchTimeOffset represents an offset used when minimum launch time is used minimum launch time will be block time + minimum launch time duration param block time when tx is executed is not predicable, therefore we add few seconds to ensure the minimum duration is reached.
# Variables
ErrObjectNotFound is returned when the query returns a not found error.
# Interfaces
go:generate mockery --name Chain --case underscore.
go:generate mockery --name CosmosClient --case underscore.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
PublishOption configures chain creation.
No description provided by the author