Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type MempoolFuzzer ¶
type MempoolFuzzer struct {
// contains filtered or unexported fields
}
MempoolFuzzer handles mempool fuzzing operations
func NewMempoolFuzzer ¶
func NewMempoolFuzzer() (*MempoolFuzzer, error)
NewMempoolFuzzer creates a new mempool fuzzer instance
func (*MempoolFuzzer) CheckTransaction ¶
func (mf *MempoolFuzzer) CheckTransaction(tx []byte) error
CheckTransaction attempts to add a transaction to the mempool
func (*MempoolFuzzer) Close ¶
func (mf *MempoolFuzzer) Close() error
Close cleans up the fuzzer resources
Click to show internal directories.
Click to hide internal directories.