package
0.0.0-20210331065242-323b27c6239d
Repository: https://github.com/classzz/czzutil.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/gcash/bchutil/merkleblock
License
Package merkleblock is licensed under the copyfree ISC License.