Switch returns the Node's Switch.
()
| 1238 | |
| 1239 | // Switch returns the Node's Switch. |
| 1240 | func (n *Node) Switch() *p2p.Switch { |
| 1241 | return n.sw |
| 1242 | } |
| 1243 | |
| 1244 | // BlockStore returns the Node's BlockStore. |
| 1245 | func (n *Node) BlockStore() *store.BlockStore { |
no outgoing calls