Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type BridgeValidators ¶
type BridgeValidators []*types.BridgeValidator
func (BridgeValidators) GetPowers ¶
func (b BridgeValidators) GetPowers() []uint64
GetPowers returns only the power values for all members
func (BridgeValidators) HasDuplicates ¶
func (b BridgeValidators) HasDuplicates() bool
HasDuplicates returns true if there are duplicates in the set
type PeggyRelayer ¶
type PeggyRelayer interface {
RunLoop()
}
func NewPeggyRelayer ¶
func NewPeggyRelayer( cosmosQueryClient sidechain.PeggyQueryClient, peggyContract peggy.PeggyContract, ) PeggyRelayer
type PeggyValsetUpdatedEvents ¶
type PeggyValsetUpdatedEvents []*wrappers.PeggyValsetUpdatedEvent
func (PeggyValsetUpdatedEvents) Len ¶
func (a PeggyValsetUpdatedEvents) Len() int
func (PeggyValsetUpdatedEvents) Less ¶
func (a PeggyValsetUpdatedEvents) Less(i, j int) bool
func (PeggyValsetUpdatedEvents) Swap ¶
func (a PeggyValsetUpdatedEvents) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.