Registry / crypto / btcsuite-btcd-btcutil-psbt

btcsuite-btcd-btcutil-psbt

JSON →
library1.2.0gogounverified

An implementation of Partially Signed Bitcoin Transactions (PSBT) for Bitcoin.

go get github.com/btcsuite/btcd/btcutil/psbt
INSTALL
IMPORT
SIG · BTCSUITE-BTCD-BTCU
B
btcsuite-btcd-btcutil-psbt
cryptogov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

psbt
github.com/btcsuite/btcd/btcutil/psbt

Create a new empty PSBT and print its version.

package main import ( "fmt" "github.com/btcsuite/btcd/btcutil/psbt" ) func main() { p, _ := psbt.New() fmt.Println(p.Version) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
Resources
btcsuite-btcd-btcutil-psbt — go get btcsuite-btcd-btcutil-psbt · libregistry