Versions in this module Expand all Collapse all v0 v0.4.0 Aug 18, 2023 Changes in this version + var TestClientContext = client.Context{}.WithCodec(CodecPrototype()) + var WasmMessagePrototype helpers.WasmMessagePrototype = func() helpers.WasmMessage + func CodecPrototype() helpers.Codec + func NewAuxiliaries(auxiliaryList ...helpers.Auxiliary) helpers.Auxiliaries + func NewAuxiliary(name string, keeperPrototype func() helpers.AuxiliaryKeeper) helpers.Auxiliary + func NewCLICommand(use string, short string, long string, cliFlagList []helpers.CLIFlag) helpers.CLICommand + func NewCLIFlag(name string, value interface{}, usage string) helpers.CLIFlag + func NewInvariants(moduleName, route string, invariantList ...sdkTypes.Invariant) helpers.Invariants + func NewMapper(recordPrototype func() helpers.Record) helpers.Mapper + func NewModule(name string, consensusVersion uint64, ...) helpers.Module + func NewParameterManager(moduleName string, validatableParameters ...helpers.ValidatableParameter) helpers.ParameterManager + func NewQueries(queriesList ...helpers.Query) helpers.Queries + func NewQuery(name string, short string, long string, moduleName string, ...) helpers.Query + func NewTransaction(name string, short string, long string, ...) helpers.Transaction + func NewTransactions(transactionList ...helpers.Transaction) helpers.Transactions + func NewValidatableParameter(parameter parameters.Parameter, validator func(i interface{}) error) helpers.ValidatableParameter