package
0.0.0-20181216182056-1d77cf353ea9
Repository: https://github.com/bitcoinsv/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/bitcoinsv/bsvutil/merkleblock
License
Package merkleblock is licensed under the copyfree ISC License.