def thriftIsRunning(emptyLooper, tdirWithPoolTxns, thriftWallet, thriftAgent, thriftAdded): return startAgent(emptyLooper, thriftAgent, thriftWallet)
def acmeIsRunning(emptyLooper, tdirWithPoolTxns, acmeWallet, acmeAgent, acmeAdded, acmeBootstrap): return startAgent(emptyLooper, acmeAgent, acmeWallet, bootstrap=acmeBootstrap)
def faberIsRunning(emptyLooper, tdirWithPoolTxns, faberWallet, faberAgent, faberAdded, faberBootstrap): return startAgent(emptyLooper, faberAgent, faberWallet, bootstrap=faberBootstrap)