Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 2022 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