package
1.2.20
Repository: https://github.com/qitmeer/qng-core.git
Documentation: pkg.go.dev

# Functions

LoadFilter creates a new Filter instance with the given underlying types.MsgFilterLoad.
MurmurHash3 implements a non-cryptographic hash function using the MurmurHash3 algorithm.
NewFilter creates a new bloom filter instance, mainly to be used by SPV clients.
NewMerkleBlock returns a new *types.MsgMerkleBlock and an array of the matched transaction index numbers based on the passed block and filter.

# Structs

Filter defines a bitcoin bloom filter that provides easy manipulation of raw filter data.