baseservices

package
v0.9.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 24 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL