Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPoolCapacityExceeded = errors.New("pool capacity exceeded")
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool interface {
Enqueue(Transaction) error
Dequeue() (Transaction, bool)
Remove(tx Transaction) bool
}
type Transaction ¶
type Transaction []byte
type Transactions ¶
type Transactions []Transaction
Click to show internal directories.
Click to hide internal directories.