Versions in this module Expand all Collapse all v0 v0.1.0 Oct 10, 2018 Changes in this version + var BlockChainFactories = make(map[string]blockChainFactory) v0.0.6 Sep 12, 2018 Changes in this version + func GetCoinNameFromConfig(configfile string) (string, string, error) + func NewBlockChain(coin string, configfile string, pushHandler func(bchain.NotificationType), ...) (bchain.BlockChain, error)