Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Destination ¶
type Destination interface{}
type InPoint ¶
type InPoint struct { Tx *Transaction N uint }
InPoint is one element in the collection of inputs of a transaction
type MemPool ¶
type MemPool struct { Mutex sync.RWMutex Map map[core.Hash]*Transaction Next map[*OutPoint]*InPoint }
MemPool stores the list of transactions received from the P2P network
type NoDestination ¶
type NoDestination struct{}
type Orphan ¶
type Orphan struct { Tx Transaction DependsOn []*core.Hash Priority, FeePerKB float64 }
Orphan is a transaction that is not included in the current canonical chain, but older than the head
type OutCompressor ¶
type OutCompressor struct {
TxOut *Out
}
OutCompressor controls optimising a transaction
Click to show internal directories.
Click to hide internal directories.