Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NewProposals = view.NewProposalsView NewVotes = view.NewVotesView NewVotesTotal = view.NewVotesTotalView NewDepositors = view.NewDepositorsView NewDepositorsTotal = view.NewDepositorsTotalView UpdateLastHandledEventHeight = (*Proposal).UpdateLastHandledEventHeight ParamBaseHandleEvents = (*rdbparambase.Base).HandleEvents ValidatorBaseHandleEvents = (*rdbvalidatorbase.Base).HandleEvents ParamBaseGetView = (*rdbparambase.Base).GetView ValidatorBaseGetView = (*rdbvalidatorbase.Base).GetView )
Functions ¶
This section is empty.
Types ¶
type Proposal ¶
type Proposal struct { *rdbprojectionbase.Base // contains filtered or unexported fields }
func NewProposal ¶
func NewProposal( logger applogger.Logger, rdbConn rdb.Conn, conNodeAddressPrefix string, migrationHelper migrationhelper.MigrationHelper, ) *Proposal
func (*Proposal) GetEventsToListen ¶
func (*Proposal) HandleEvents ¶
func (projection *Proposal) HandleEvents(height int64, events []event_entity.Event) error
Click to show internal directories.
Click to hide internal directories.