Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FundingTXCreator ¶
type UTXOInserter ¶
type UTXOInserter interface {
InsertUTXO(tx *transaction.NumberedTransaction, blockNumber uint32) error
}
type UTXOReader ¶
type UTXOReader interface {
CheckIfUTXOsExist(tx *transaction.SignedTransaction) error
}
type UTXOWriter ¶
type UTXOWriter interface {
WriteTX(tx *transaction.SignedTransaction, counter int64) error
}
Click to show internal directories.
Click to hide internal directories.