kaspad/util/bloom/README.md
2020-02-20 17:12:53 +02:00

564 B

bloom

ISC License GoDoc

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.