inner class BankFactory : Factory| <init> |
BankFactory() |
| counter |
var counter: Int |
| create |
fun create(dir: Path, config: NodeConfiguration, network: MockNetwork, networkMapAddr: NodeInfo?, advertisedServices: Set<ServiceType>, id: Int, keyPair: KeyPair?): MockNode |
| createAll |
fun createAll(): List<SimulatedNode> |