mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-03 04:36:51 +00:00
564 B
564 B
bloom
Package bloom provides an API for dealing with kaspa-specific bloom filters.
Examples
- NewFilter Example Demonstrates how to create a new bloom filter, add a transaction hash to it, and check if the filter matches the transaction.