Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor handles processing transactions from IKA to Bitcoin.
func NewProcessor ¶
func NewProcessor( btcClientConfig rpcclient.ConnConfig, confirmationThreshold uint8, db *dal.DB, ) (*Processor, error)
NewProcessor creates a new Processor instance.
func (*Processor) CheckConfirmations ¶
CheckConfirmations checks all the broadcasted transactions to bitcoin and if confirmed updates the database accordingly.
Click to show internal directories.
Click to hide internal directories.