Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryService ¶
type QueryService struct {
// contains filtered or unexported fields
}
func NewQueryService ¶
func NewQueryService(url, tssGroupContractAddress string, confirmBlocks int, store slash.SlashingStore) (*QueryService, error)
func (*QueryService) QueryActiveInfo ¶
func (q *QueryService) QueryActiveInfo() (*types.TssCommitteeInfo, error)
func (*QueryService) QueryInactiveInfo ¶
func (q *QueryService) QueryInactiveInfo() (*types.TssCommitteeInfo, error)
func (*QueryService) QueryTssGroupMembers ¶
func (q *QueryService) QueryTssGroupMembers() (*types.TssCommitteeInfo, error)
Click to show internal directories.
Click to hide internal directories.