Versions in this module Expand all Collapse all v1 v1.4.9 Jul 5, 2021 v1.4.5 Jul 5, 2021 Changes in this version + const DefaultBaseURL + type ChainIPCs struct + func NewChainIPCs(log logging.Logger, path string, networkID uint32, ...) (*ChainIPCs, error) + func (cipcs *ChainIPCs) GetPublishedBlockchains() []ids.ID + func (cipcs *ChainIPCs) Publish(chainID ids.ID) (*EventSockets, error) + func (cipcs *ChainIPCs) Shutdown() error + func (cipcs *ChainIPCs) Unpublish(chainID ids.ID) (bool, error) + type EventSockets struct + func (ipcs *EventSockets) Accept(ctx *snow.Context, containerID ids.ID, container []byte) error + func (ipcs *EventSockets) ConsensusURL() string + func (ipcs *EventSockets) DecisionsURL() string