btcd
btcd copied to clipboard
API to get TX and UTXO proofs for SVP
Is there an easy way to get TX and UTXO proof using CLI or RPC? We need it to use it with an SVP.
Bitcoind has gettxoutproof
btcd doesn't yet have an implementation of gettxoutproof. Contributions accepted to add one.
So there is no way I can get UTXO proof from btcd node ?
looks like it's in btcd/btcjson
https://github.com/btcsuite/btcd/blob/cc26860b40265e1332cca8748c5dbaf3c81cc094/btcjson/chainsvrcmds.go#L692-L709
w/test
https://github.com/btcsuite/btcd/blob/cc26860b40265e1332cca8748c5dbaf3c81cc094/btcjson/chainsvrcmds_test.go#L924-L935