mempool

package
v0.0.0-...-25c57ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2018 License: BSD-2-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PoolPolicy

type PoolPolicy struct {
	DisableRelayPriority bool
	RelayNonStandard     bool
	FreeTxRelayLimit     float64
	MaxOrphanTxs         int
	MaxOrphanTxSize      int
	MaxSigOpsPerTx       int
}

type TxDesc

type TxDesc struct {
	//Tx      *btcutil.Tx
	Added   time.Time
	Height  int32
	Fee     int64
	TxIndex int
}

type TxPool

type TxPool struct {
	// contains filtered or unexported fields
}

func (*TxPool) TxDescs

func (txPool *TxPool) TxDescs() []*TxDesc

type TxPoolConfig

type TxPoolConfig struct {
	MempoolPolicy PoolPolicy
	BitcoinParams *msg.BitcoinParams
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL