package
0.0.0-20200827144019-6a37cd6d371a
Repository: https://github.com/metasv/bsvutil.git
Documentation: pkg.go.dev
# README
merkleblock
Package merkleblock provides an API for creating and validating SPV proofs. An SPV proof is a cryptographic proof that a given transaction is contained in the block. Instead of the prover providing the full block he can provide the much smaller SPV proof.
Installation and Updating
$ go get -u github.com/metasv/bsvutil/merkleblock
License
Package merkleblock is licensed under the copyfree ISC License.