Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServer ¶
NewMsgServer returns an implementation of uibc.MsgServer
Types ¶
type Builder ¶
type Builder struct { Cdc codec.BinaryCodec // contains filtered or unexported fields }
Builder constructs Keeper by perparing all related dependencies (notably the store).
func NewKeeperBuilder ¶
func NewKeeperBuilder( cdc codec.BinaryCodec, key storetypes.StoreKey) Builder
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper provides a light interface for module data access and transformation
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis() *ugov.GenesisState
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(gs *ugov.GenesisState) error
func (Keeper) MinGasPrice ¶
type Querier ¶
type Querier struct {
Builder
}
Querier implements a QueryServer for the x/uibc module.
func NewQuerier ¶
func (Querier) MinGasPrice ¶
func (q Querier) MinGasPrice(ctx context.Context, _ *ugov.QueryMinGasPrice) (*ugov.QueryMinGasPriceResponse, error)
MinTxFees returns minimum transaction fees.
Click to show internal directories.
Click to hide internal directories.