Versions in this module Expand all Collapse all v1 v1.1.0 Oct 23, 2024 Changes in this version + const DefaultNetworkMinGasPrice + const ModuleName + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var KeyNetworkMinGasPrice = []byte("NetworkMinGasPrice") + func DefaultNetworkMinGasPriceAsDec() sdk.Dec + func ParamKeyTable() paramtypes.KeyTable + func RegisterMinFeeParamTable(subspace paramtypes.Subspace) paramtypes.Subspace + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func ValidateGenesis(genesis *GenesisState) error + func ValidateMinGasPrice(i interface{}) error + type AppModule struct + func NewAppModule(k params.Keeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (am AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(_ *codec.LegacyAmino) sdk.Querier + func (am AppModule) QuerierRoute() string + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg sdkmodule.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(_ client.Context, _ *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(_ cdctypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(*codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(_ client.Context, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) GetTxCmd() *cobra.Command + type GenesisState struct + NetworkMinGasPrice github_com_cosmos_cosmos_sdk_types.Dec + func DefaultGenesis() *GenesisState + func ExportGenesis(ctx sdk.Context, k params.Keeper) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type Params struct + NetworkMinGasPrice sdk.Dec + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + type QueryClient interface + NetworkMinGasPrice func(ctx context.Context, in *QueryNetworkMinGasPrice, opts ...grpc.CallOption) (*QueryNetworkMinGasPriceResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryNetworkMinGasPrice struct + func (*QueryNetworkMinGasPrice) Descriptor() ([]byte, []int) + func (*QueryNetworkMinGasPrice) ProtoMessage() + func (m *QueryNetworkMinGasPrice) Marshal() (dAtA []byte, err error) + func (m *QueryNetworkMinGasPrice) MarshalTo(dAtA []byte) (int, error) + func (m *QueryNetworkMinGasPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryNetworkMinGasPrice) Reset() + func (m *QueryNetworkMinGasPrice) Size() (n int) + func (m *QueryNetworkMinGasPrice) String() string + func (m *QueryNetworkMinGasPrice) Unmarshal(dAtA []byte) error + func (m *QueryNetworkMinGasPrice) XXX_DiscardUnknown() + func (m *QueryNetworkMinGasPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryNetworkMinGasPrice) XXX_Merge(src proto.Message) + func (m *QueryNetworkMinGasPrice) XXX_Size() int + func (m *QueryNetworkMinGasPrice) XXX_Unmarshal(b []byte) error + type QueryNetworkMinGasPriceResponse struct + NetworkMinGasPrice github_com_cosmos_cosmos_sdk_types.Dec + func (*QueryNetworkMinGasPriceResponse) Descriptor() ([]byte, []int) + func (*QueryNetworkMinGasPriceResponse) ProtoMessage() + func (m *QueryNetworkMinGasPriceResponse) Marshal() (dAtA []byte, err error) + func (m *QueryNetworkMinGasPriceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryNetworkMinGasPriceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryNetworkMinGasPriceResponse) Reset() + func (m *QueryNetworkMinGasPriceResponse) Size() (n int) + func (m *QueryNetworkMinGasPriceResponse) String() string + func (m *QueryNetworkMinGasPriceResponse) Unmarshal(dAtA []byte) error + func (m *QueryNetworkMinGasPriceResponse) XXX_DiscardUnknown() + func (m *QueryNetworkMinGasPriceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryNetworkMinGasPriceResponse) XXX_Merge(src proto.Message) + func (m *QueryNetworkMinGasPriceResponse) XXX_Size() int + func (m *QueryNetworkMinGasPriceResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + NetworkMinGasPrice func(context.Context, *QueryNetworkMinGasPrice) (*QueryNetworkMinGasPriceResponse, error) + type QueryServerImpl struct + func NewQueryServerImpl(paramsKeeper keeper.Keeper) *QueryServerImpl + func (q *QueryServerImpl) NetworkMinGasPrice(ctx context.Context, _ *QueryNetworkMinGasPrice) (*QueryNetworkMinGasPriceResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) NetworkMinGasPrice(ctx context.Context, req *QueryNetworkMinGasPrice) (*QueryNetworkMinGasPriceResponse, error)