Documentation
¶
Index ¶
- Variables
- type CommentCountKeeper
- func (keeper *CommentCountKeeper) GetAllCommentCount(ctx sdk.Context) map[string]uint64
- func (keeper *CommentCountKeeper) GetCommentCount(ctx sdk.Context, denorm string) uint64
- func (keeper *CommentCountKeeper) IncrCommentCount(ctx sdk.Context, denorm string) uint64
- func (keeper *CommentCountKeeper) SetCommentCount(ctx sdk.Context, denorm string, count uint64)
- type Keeper
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CommentCountKey = []byte{0x10} CommentCountKeyEnd = []byte{0x11} )
Functions ¶
This section is empty.
Types ¶
type CommentCountKeeper ¶
type CommentCountKeeper struct {
// contains filtered or unexported fields
}
func NewCommentCountKeeper ¶
func NewCommentCountKeeper(key sdk.StoreKey) *CommentCountKeeper
func (*CommentCountKeeper) GetAllCommentCount ¶
func (keeper *CommentCountKeeper) GetAllCommentCount(ctx sdk.Context) map[string]uint64
func (*CommentCountKeeper) GetCommentCount ¶
func (keeper *CommentCountKeeper) GetCommentCount(ctx sdk.Context, denorm string) uint64
func (*CommentCountKeeper) IncrCommentCount ¶
func (keeper *CommentCountKeeper) IncrCommentCount(ctx sdk.Context, denorm string) uint64
func (*CommentCountKeeper) SetCommentCount ¶
func (keeper *CommentCountKeeper) SetCommentCount(ctx sdk.Context, denorm string, count uint64)
type Keeper ¶
type Keeper struct { Cck *CommentCountKeeper Bxk types.ExpectedBankxKeeper Axk types.ExpectedAssetStatusKeeper Dk types.ExpectedDistributionxKeeper EventTypeMsgQueue string }
func NewKeeper ¶
func NewKeeper(key sdk.StoreKey, bxk types.ExpectedBankxKeeper, axk types.ExpectedAssetStatusKeeper, dk types.ExpectedDistributionxKeeper, et string) *Keeper
Click to show internal directories.
Click to hide internal directories.