Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIGRATION_TABLE_NAME = "nft_schema_migrations" MIGRATION_DIRECOTRY = "projection/nft/migrations" )
Projection CryptoComNFT needs the below const
View Source
const DO_NOT_MODIFY = "[do-not-modify]"
Variables ¶
View Source
var ( NewDenoms = view.NewDenomsView NewDenomsTotal = view.NewDenomsTotalView NewTokens = view.NewTokensView NewTokensTotal = view.NewTokensTotalView NewMessages = view.NewMessagesView NewMessagesTotal = view.NewMessagesTotalView UpdateLastHandledEventHeight = (*NFT).UpdateLastHandledEventHeight )
Functions ¶
This section is empty.
Types ¶
type NFT ¶
type NFT struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewNFT ¶
func NewNFT( logger applogger.Logger, rdbConn rdb.Conn, config *Config, migrationHelper migrationhelper.MigrationHelper, ) *NFT
func (*NFT) GetEventsToListen ¶
func (*NFT) HandleEvents ¶
func (projection *NFT) HandleEvents(height int64, events []event_entity.Event) error
Click to show internal directories.
Click to hide internal directories.