Versions in this module Expand all Collapse all v0 v0.9.0 Sep 26, 2019 Changes in this version + type Info struct + func (self *Info) Info() *Info + type Swarm struct + func NewSwarm(config *api.Config, mockStore *mock.NodeStore) (self *Swarm, err error) + func (self *Swarm) API() *SwarmAPI + func (self *Swarm) APIs() []rpc.API + func (self *Swarm) Api() *api.API + func (self *Swarm) Protocols() (protos []p2p.Protocol) + func (self *Swarm) RegisterPssProtocol(spec *protocols.Spec, targetprotocol *p2p.Protocol, ...) (*pss.Protocol, error) + func (self *Swarm) SetChequebook(ctx context.Context) error + func (self *Swarm) Start(srv *p2p.Server) error + func (self *Swarm) Stop() error + type SwarmAPI struct + Api *api.API + Backend chequebook.Backend + type Voidstore struct + func (self Voidstore) Load(string) ([]byte, error) + func (self Voidstore) Save(string, []byte) error