Documentation ¶
Index ¶
- func Hash(m auctiontypes.MsgBid) (string, error)
- func ValidateBids(txConfig client.TxConfig, veBids []auctiontypes.MsgBid, proposalTxs [][]byte, ...) (bool, error)
- type AppVoteExtension
- type InjectedVoteExt
- type InjectedVotes
- type PrepareProposalHandler
- type ProcessProposalHandler
- type SpecialTransaction
- type VoteExtHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppVoteExtension ¶
type InjectedVoteExt ¶
type InjectedVotes ¶
type InjectedVotes struct {
Votes []InjectedVoteExt
}
type PrepareProposalHandler ¶
type PrepareProposalHandler struct {
// contains filtered or unexported fields
}
func NewPrepareProposalHandler ¶
func NewPrepareProposalHandler( lg log.Logger, txCg client.TxConfig, cdc codec.Codec, mp *mempool.ThresholdMempool, pv provider.TxProvider, runProv bool, ) *PrepareProposalHandler
func (*PrepareProposalHandler) PrepareProposalHandler ¶
func (h *PrepareProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHandler
type ProcessProposalHandler ¶
func (*ProcessProposalHandler) ProcessProposalHandler ¶
func (h *ProcessProposalHandler) ProcessProposalHandler() sdk.ProcessProposalHandler
type SpecialTransaction ¶
type VoteExtHandler ¶
type VoteExtHandler struct {
// contains filtered or unexported fields
}
func NewVoteExtensionHandler ¶
func NewVoteExtensionHandler(lg log.Logger, mp *mempool.ThresholdMempool, cdc codec.Codec) *VoteExtHandler
func (*VoteExtHandler) ExtendVoteHandler ¶
func (h *VoteExtHandler) ExtendVoteHandler() sdk.ExtendVoteHandler
Click to show internal directories.
Click to hide internal directories.