Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBaseServices ¶
type IBaseServices interface {
Clients() *clients.Service
Owners() *owners.Service
ProcessedBlocks() *processedblocks.Service
Wallets() *wallets.Service
System() system.IService
Webhooks() *webhooks.Service
EProxy() *eproxy.Service
Transfers() *transfers.Service
Blockchains() *blockchains.Blockchains
BTC() *btc.BTC
LTC() *ltc.LTC
Tron() *tron.Tron
ETH() *evm.EVM
BinanceSmartChain() *evm.EVM
BCH() *bch.BCH
Doge() *doge.Doge
MAdmin() *madmin.Service
RManager() *rmanager.Service
Updater() *updater.Service
}
func New ¶
func New( ctx context.Context, l logger.ExtendedLogger, conf *config.Config, st store.IStore, explorerProxySvc *eproxy.Service, blockchains *blockchains.Blockchains, systemSvc system.IService, publisher dispatcher.IService, rmanager *rmanager.Service, walletSDK *walletsdk.SDK, ) (IBaseServices, error)
Click to show internal directories.
Click to hide internal directories.