package ccxt type Bitcoincom struct { *bitcoincom Core *bitcoincom } func NewBitcoincom(userConfig map[string]interface{}) Bitcoincom { p := &bitcoincom{} p.Init(userConfig) return Bitcoincom{ bitcoincom: p, Core: p, } } // PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN: // https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code