Versions in this module Expand all Collapse all v1 v1.3.2 Mar 13, 2018 Changes in this version + var AllModulesTemplate = NodeParams + var HostTemplate = NodeParams + var RenterTemplate = NodeParams + var WalletTemplate = NodeParams + type Node struct + ConsensusSet modules.ConsensusSet + Dir string + Explorer modules.Explorer + Gateway modules.Gateway + Host modules.Host + Miner modules.TestMiner + Renter modules.Renter + TransactionPool modules.TransactionPool + Wallet modules.Wallet + func New(params NodeParams) (*Node, error) + func (n *Node) Close() (err error) + type NodeParams struct + ConsensusSet modules.ConsensusSet + CreateConsensusSet bool + CreateExplorer bool + CreateGateway bool + CreateHost bool + CreateMiner bool + CreateRenter bool + CreateTransactionPool bool + CreateWallet bool + Dir string + Explorer modules.Explorer + Gateway modules.Gateway + Host modules.Host + Miner modules.TestMiner + Renter modules.Renter + TransactionPool modules.TransactionPool + Wallet modules.Wallet + func AllModules(dir string) NodeParams + func Host(dir string) NodeParams + func Renter(dir string) NodeParams + func Wallet(dir string) NodeParams