Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitteeVerifier ¶
type CommitteeVerifier struct {
Address contracts.RawInstanceAddress
}
func ParseCommitteeVerifier ¶
func ParseCommitteeVerifier(createdEvent *apiv2.CreatedEvent) (*CommitteeVerifier, error)
type ContractConfig ¶
type ContractConfig struct{}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer( _ context.Context, logger zerolog.Logger, activeContractStore store.ActiveContractStoreInterface, config config.CCVAPIConfig, ) (*Server, error)
func (Server) FilterContracts ¶
func (s Server) FilterContracts(addresses []contracts.InstanceAddress) []contracts.InstanceAddress
FilterContracts returns the sub-set of contracts that are tracked by the CCV API Server
Click to show internal directories.
Click to hide internal directories.