btcd
btcd copied to clipboard
Implement RPC to generate & verify SPV proofs
Cfr Core's gettxoutproofand verifytxoutproof.
cc https://github.com/btcsuite/btcd/pull/1075
From the gcash project these RPC commands have been implemented in the following PR https://github.com/gcash/bchd/pull/153 if someone wants to port them to btcd.