Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct { // Components Host host.Host Signer crypto.Signer PeerMgr peermgr.PeerManager Transactor trans.Transactor ActiveOutPaych paychstore.PaychStore InactiveOutPaych paychstore.PaychStore ActiveInPaych paychstore.PaychStore InactiveInPaych paychstore.PaychStore PServMgr pservmgr.PaychServingManager ReservMgr reservmgr.ReservationManager RouteStore routestore.RouteStore SubStore substore.SubStore PayMgr paymgr.PaymentManager SettleMgr settlemgr.SettlementManager RenewMgr renewmgr.RenewManager OfferMgr offermgr.OfferManager PaychMonitor paychmon.PaychMonitor PieceMgr piecemgr.PieceManager CServMgr cservmgr.PieceServingManager MinerProofStore mpstore.MinerProofStore // Protocols AddrProto *addrproto.AddrProtocol PaychProto *paychproto.PaychProtocol PofferProto *pofferproto.OfferProtocol RouteProto *routeproto.RouteProtocol CofferProto *cofferproto.OfferProtocol PayProto *payproto.PayProtocol // Retrieval manager RetMgr *retmgr.RetrievalManager // contains filtered or unexported fields }
Node contains all components of the system.
Click to show internal directories.
Click to hide internal directories.