Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func New ¶
func New( database *sql.DB, bitcoind *service.Service[corerpc.BitcoinServiceClient], enforcer *service.Service[validatorrpc.ValidatorServiceClient], wallet *service.Service[validatorrpc.WalletServiceClient], crypto *service.Service[cryptorpc.CryptoServiceClient], ) *Server
New creates a new Server and starts the balance update loop
Click to show internal directories.
Click to hide internal directories.