Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTxLockHashes ¶
Types ¶
type Address ¶
func NewAddress ¶
type Block ¶
type ClearMempoolTxRaw ¶
type ClearMempoolTxRaw struct {
}
func NewClearMempoolTxRaw ¶
func NewClearMempoolTxRaw() *ClearMempoolTxRaw
type ClearSuspect ¶
type ClearSuspect struct {
}
func NewClearSuspect ¶
func NewClearSuspect() *ClearSuspect
func (*ClearSuspect) ClearSuspectAndDescendants ¶
func (s *ClearSuspect) ClearSuspectAndDescendants(txHashes [][]byte, checkHasSuspect bool) error
type CombinedTx ¶
func NewCombined ¶
func NewCombined(savers []dbi.TxSave) *CombinedTx
func NewCombinedTx ¶
func NewCombinedTx(verbose bool) *CombinedTx
type DoubleSpend ¶
type DoubleSpend struct {
Verbose bool
}
func NewDoubleSpend ¶
func NewDoubleSpend(verbose bool) *DoubleSpend
func (*DoubleSpend) AddLostAndSuspectByParents ¶
func (s *DoubleSpend) AddLostAndSuspectByParents(txs []dbi.Tx) error
func (*DoubleSpend) CheckLost ¶
func (s *DoubleSpend) CheckLost(doubleSpendChecks []*double_spend.DoubleSpendCheck) error
type LockHeight ¶
func NewLockHeight ¶
func NewLockHeight(verbose bool) *LockHeight
type LockHeightSaveRun ¶
type LockHeightSaveRun struct {
Verbose bool
InitialSync bool
BlockHash [32]byte
Height int64
ObjectCount int
NoLockHash int
Ins []memo.InOut
LockOuts []memo.Out
CheckTxHash []byte
}
func NewLockHeightSaveRun ¶
func NewLockHeightSaveRun(verbose, initialSync bool) *LockHeightSaveRun
func (*LockHeightSaveRun) SaveOutputInputsForInputs ¶
func (t *LockHeightSaveRun) SaveOutputInputsForInputs() error
func (*LockHeightSaveRun) SaveOutputInputsForOutputs ¶
func (t *LockHeightSaveRun) SaveOutputInputsForOutputs() error
func (*LockHeightSaveRun) SaveOutputs ¶
func (t *LockHeightSaveRun) SaveOutputs() error
func (*LockHeightSaveRun) SetHashHeightInOuts ¶
func (t *LockHeightSaveRun) SetHashHeightInOuts(block *dbi.Block) error
type Tx ¶
func NewTxShard ¶
type TxProcessed ¶
type TxProcessed struct {
Verbose bool
}
func NewTxProcessed ¶
func NewTxProcessed(verbose bool) *TxProcessed
Click to show internal directories.
Click to hide internal directories.