Documentation ¶
Index ¶
- func NewQuerier(k Keeper) sdk.Querier
- type Keeper
- func (keeper Keeper) GetAllTweetNFTs(ctx sdk.Context) []types.BaseTweetNFT
- func (keeper Keeper) GetGlobalTweetCount(ctx sdk.Context) uint64
- func (keeper Keeper) GetTweetIDsOfAccount(ctx sdk.Context, addr sdk.AccAddress) []string
- func (keeper Keeper) GetTweetNFTByID(ctx sdk.Context, id string) (types.BaseTweetNFT, bool)
- func (keeper Keeper) GetTweetsOfAccount(ctx sdk.Context, address sdk.AccAddress) []types.BaseTweetNFT
- func (keeper Keeper) Logger(ctx sdk.Context) log.Logger
- func (keeper Keeper) MintTweetNFT(ctx sdk.Context, nft types.BaseTweetNFT)
- func (keeper Keeper) SetGlobalTweetCount(ctx sdk.Context, count uint64)
- func (keeper Keeper) SetTweetIDToAccount(ctx sdk.Context, addr sdk.AccAddress, id string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuerier ¶
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) GetAllTweetNFTs ¶
func (keeper Keeper) GetAllTweetNFTs(ctx sdk.Context) []types.BaseTweetNFT
func (Keeper) GetGlobalTweetCount ¶
func (Keeper) GetTweetIDsOfAccount ¶
func (Keeper) GetTweetNFTByID ¶
func (Keeper) GetTweetsOfAccount ¶
func (keeper Keeper) GetTweetsOfAccount(ctx sdk.Context, address sdk.AccAddress) []types.BaseTweetNFT
func (Keeper) MintTweetNFT ¶
func (keeper Keeper) MintTweetNFT(ctx sdk.Context, nft types.BaseTweetNFT)
func (Keeper) SetGlobalTweetCount ¶
func (Keeper) SetTweetIDToAccount ¶
Click to show internal directories.
Click to hide internal directories.