Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2025 Changes in this version + const TopicName + type Pool struct + func NewPool(ctx context.Context, h host.Host) (*Pool, error) + func (p *Pool) AddEvent(ctx context.Context, data []byte, parents []string) error + func (p *Pool) AddSubEvent(ctx context.Context, data []byte, parentEventID string, ...) error + func (p *Pool) Close() error + func (p *Pool) GetEvent(id string) (*dag.Event, error) + func (p *Pool) GetEvents() []*dag.Event + func (p *Pool) GetHost() host.Host + func (p *Pool) GetPeers() map[peer.ID]time.Time + func (p *Pool) VerifyEvent(eventID string) error