 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the x/clock MsgServer interface.
Types ¶
type Keeper ¶
type Keeper struct {
	// contains filtered or unexported fields
}
    Keeper of the clock store
func NewKeeper ¶
func NewKeeper( key storetypes.StoreKey, cdc codec.BinaryCodec, ps paramtypes.Subspace, contractKeeper wasmkeeper.PermissionedKeeper, authority string, ) *Keeper
func (Keeper) GetAuthority ¶
GetAuthority returns the x/clock module's authority.
func (Keeper) GetContractKeeper ¶
func (k Keeper) GetContractKeeper() wasmkeeper.PermissionedKeeper
GetContractKeeper returns the x/wasm module's contract keeper.
type Querier ¶
type Querier struct {
	// contains filtered or unexported fields
}
    func NewQuerier ¶
func (Querier) ClockContracts ¶
func (q Querier) ClockContracts(stdCtx context.Context, _ *types.QueryClockContracts) (*types.QueryClockContractsResponse, error)
ContractModules returns contract addresses which are using the clock
func (Querier) Params ¶
func (q Querier) Params(stdCtx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Params returns the total set of clock parameters.
 Click to show internal directories. 
   Click to hide internal directories.