Versions in this module Expand all Collapse all v1 v1.0.0 Jan 11, 2019 Changes in this version + type BitcoinBlockConf struct + ConfirmationNum int + type BitcoinConf struct + Block BitcoinBlockConf + DisableTLS bool + Fee BitcoinFeeConf + Host string + IsMain bool + Pass string + PostMode bool + User string + type BitcoinFeeConf struct + AdjustmentMax float64 + AdjustmentMin float64 + type Config struct + Bitcoin BitcoinConf + CoinType string + Environment string + GCS GCSConf + Key KeyConf + MySQL MySQLConf + PubkeyFile PubKeyFileConf + TxFile TxFileConf + func New(file string) (*Config, error) + type GCSConf struct + PaymentBucketName string + ReceiptBucketName string + StorageKeyPath string + TransferBucketName string + type KeyConf struct + Seed string + type MySQLConf struct + DB string + Host string + Pass string + User string + type PubKeyFileConf struct + BasePath string + type TxFileConf struct + BasePath string