Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // default home directories for the application CLI DefaultCLIHome = os.ExpandEnv("$HOME/.nscli") // DefaultNodeHome sets the folder where the applcation data and configuration will be stored DefaultNodeHome = os.ExpandEnv("$HOME/.nsd") // NewBasicManager is in charge of setting up basic module elemnets ModuleBasics = module.NewBasicManager( genaccounts.AppModuleBasic{}, genutil.AppModuleBasic{}, auth.AppModuleBasic{}, superbank.AppModuleBasic{}, params.AppModuleBasic{}, nameservice.AppModule{}, minisupply.AppModuleBasic{}, staking.AppModuleBasic{}, distr.AppModuleBasic{}, slashing.AppModuleBasic{}, supply.AppModuleBasic{}, ) )
Functions ¶
Types ¶
type GenesisState ¶
type GenesisState map[string]json.RawMessage
GenesisState represents chain state at the start of the chain. Any initial state (account balances) are stored here.
func NewDefaultGenesisState ¶
func NewDefaultGenesisState() GenesisState
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
x
|
|
minisupply
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/minisupply/internal/keeper ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/minisupply/internal/types
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/minisupply/internal/keeper ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/minisupply/internal/types |
minisupply/legacy/v0_36
DONTCOVER nolint
|
DONTCOVER nolint |
superbank
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/superbank/types
|
nolint autogenerated code using github.com/rigelrozanski/multitool aliases generated for the following subdirectories: ALIASGEN: github.com/tuckermint/sdk-application-tutorial/x/superbank/types |
Click to show internal directories.
Click to hide internal directories.