Documentation ¶
Index ¶
- func ExtendVoteRequestIndexer(indexer *indexer.Indexer) error
- type VoteRequestParser
- func (p *VoteRequestParser) Identifier() string
- func (p *VoteRequestParser) IndexMessage(dataset *any, db *gorm.DB, message models.Message, ...) error
- func (p *VoteRequestParser) ParseMessage(cosmosMsg stdTypes.Msg, logMsg *txTypes.LogMessage, cfg config.IndexConfig) (*any, error)
- func (p *VoteRequestParser) ParseVoteEvents(codec client.Codec, vote *codecTypes.Any, logMsg *txTypes.LogMessage, ...) (*any, error)
- type VoteRequestValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VoteRequestParser ¶
This defines the custom message parser for the call contract approve message type It implements the MessageParser interface
func (*VoteRequestParser) Identifier ¶
func (p *VoteRequestParser) Identifier() string
func (*VoteRequestParser) IndexMessage ¶
func (p *VoteRequestParser) IndexMessage(dataset *any, db *gorm.DB, message models.Message, messageEvents []parsers.MessageEventWithAttributes, cfg config.IndexConfig) error
This method is called during database insertion. It is responsible for storing the parsed data in the database. The gorm db is wrapped in a transaction, so any errors will cause a rollback. Any errors returned will be saved as a parser error in the database as well for later debugging.
func (*VoteRequestParser) ParseMessage ¶
func (p *VoteRequestParser) ParseMessage(cosmosMsg stdTypes.Msg, logMsg *txTypes.LogMessage, cfg config.IndexConfig) (*any, error)
func (*VoteRequestParser) ParseVoteEvents ¶
func (p *VoteRequestParser) ParseVoteEvents(codec client.Codec, vote *codecTypes.Any, logMsg *txTypes.LogMessage, cfg config.IndexConfig) (*any, error)
type VoteRequestValue ¶
Click to show internal directories.
Click to hide internal directories.