Versions in this module Expand all Collapse all v0 v0.1.1 Nov 15, 2021 v0.1.0 Oct 18, 2020 Changes in this version + func RegisterCodec(codec *codec.Codec) + type Auxiliaries interface + Get func(string) Auxiliary + GetList func() []Auxiliary + type Auxiliary interface + GetKeeper func() AuxiliaryKeeper + GetName func() string + InitializeKeeper func(Mapper, Parameters, ...interface{}) + type AuxiliaryKeeper interface + Help func(sdkTypes.Context, AuxiliaryRequest) AuxiliaryResponse + type AuxiliaryRequest interface + type AuxiliaryResponse interface + type CLICommand interface + CreateCommand func(func(command *cobra.Command, args []string) error) *cobra.Command + ReadBaseReq func(context.CLIContext) rest.BaseReq + ReadBool func(CLIFlag) bool + ReadInt func(CLIFlag) int + ReadInt64 func(CLIFlag) int64 + ReadString func(CLIFlag) string + type CLIFlag interface + GetName func() string + GetValue func() interface{} + ReadCLIValue func() interface{} + Register func(*cobra.Command) + type Genesis interface + Default func() Genesis + Export func(sdkTypes.Context, Mapper, Parameters) Genesis + Import func(sdkTypes.Context, Mapper, Parameters) + Initialize func([]traits.Mappable, []types.Parameter) Genesis + Marshall func() []byte + Unmarshall func([]byte) Genesis + Validate func() error + type Mapper interface + Create func(sdkTypes.Context, traits.Mappable) + Delete func(sdkTypes.Context, types.ID) + GetKVStoreKey func() *sdkTypes.KVStoreKey + Iterate func(sdkTypes.Context, types.ID, func(traits.Mappable) bool) + Read func(sdkTypes.Context, types.ID) traits.Mappable + RegisterCodec func(*codec.Codec) + StoreDecoder func(*codec.Codec, kv.Pair, kv.Pair) string + Update func(sdkTypes.Context, traits.Mappable) + type Module interface + DecodeModuleTransactionRequest func(string, json.RawMessage) (sdkTypes.Msg, error) + GetAuxiliary func(string) Auxiliary + GetDefaultParamspace func() string + GetKVStoreKey func() *sdkTypes.KVStoreKey + Initialize func(params.Subspace, ...interface{}) Module + type Parameters interface + Equal func(Parameters) bool + Fetch func(sdkTypes.Context, types.ID) types.Parameter + Get func(types.ID) types.Parameter + GetKeyTable func() subspace.KeyTable + GetList func() []types.Parameter + Initialize func(params.Subspace) Parameters + Mutate func(sdkTypes.Context, types.Parameter) Parameters + String func() string + Validate func() error + type Queries interface + Get func(string) Query + GetList func() []Query + type Query interface + Command func(*codec.Codec) *cobra.Command + GetModuleName func() string + GetName func() string + GetRoute func() string + HandleMessage func(sdkTypes.Context, abciTypes.RequestQuery) ([]byte, error) + InitializeKeeper func(Mapper, Parameters, ...interface{}) + RESTQueryHandler func(context.CLIContext) http.HandlerFunc + RegisterCodec func(*codec.Codec) + type QueryKeeper interface + Enquire func(sdkTypes.Context, QueryRequest) QueryResponse + type QueryRequest interface + FromCLI func(CLICommand, context.CLIContext) QueryRequest + FromMap func(map[string]string) QueryRequest + type QueryResponse interface + type Request interface + Validate func() error + type Response interface + GetError func() error + IsSuccessful func() bool + type Simulator interface + ParamChangeList func(*rand.Rand) []simulation.ParamChange + RandomizedGenesisState func(*module.SimulationState) + WeightedOperations func(simulation.AppParams, *codec.Codec) simulation.WeightedOperations + WeightedProposalContentList func() []simulation.WeightedProposalContent + type Transaction interface + Command func(*codec.Codec) *cobra.Command + DecodeTransactionRequest func(json.RawMessage) (sdkTypes.Msg, error) + GetModuleName func() string + GetName func() string + GetRoute func() string + HandleMessage func(sdkTypes.Context, sdkTypes.Msg) (*sdkTypes.Result, error) + InitializeKeeper func(Mapper, Parameters, ...interface{}) + RESTRequestHandler func(context.CLIContext) http.HandlerFunc + RegisterCodec func(*codec.Codec) + type TransactionKeeper interface + Transact func(sdkTypes.Context, sdkTypes.Msg) TransactionResponse + type TransactionRequest interface + FromCLI func(CLICommand, context.CLIContext) (TransactionRequest, error) + FromJSON func(json.RawMessage) (TransactionRequest, error) + GetBaseReq func() rest.BaseReq + MakeMsg func() (sdkTypes.Msg, error) + type TransactionResponse interface + type Transactions interface + Get func(string) Transaction + GetList func() []Transaction + type WasmMessage interface + GetRawMessage func() json.RawMessage + GetType func() string + type WasmMessagePrototype func() WasmMessage