Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Sep 20, 2023
1 parent 0096e16 commit 36ba155
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions x/epochs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Epochs

## Abstract
Epochs module provides the following feature:
[Osmosis's](https://github.com/osmosis-labs/osmosis/tree/x/epochs/v0.0.2/x/epochs) Epochs module provides the following feature:
- On-chain Timers that execute at fixed time intervals

## Stores
Expand Down Expand Up @@ -69,16 +69,3 @@ func (k MyModuleKeeper) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, e
}
}
```

## Queries

### list-epoch-info
List all epoch info
```
myceld q epochs list-epoch-info
```

### show-epoch
```
myceld q epochs show-epochs [identifier]
```

0 comments on commit 36ba155

Please sign in to comment.