Registry / crypto / btcsuite-btcutil-psbt

btcsuite-btcutil-psbt

JSON →
library1.0.2gogounverified

Package psbt is an implementation of Partially Signed Bitcoin Transactions (PSBT).

go get github.com/btcsuite/btcutil/psbt
INSTALL
IMPORT
SIG · BTCSUITE-BTCUTIL-P
B
btcsuite-btcutil-psbt
cryptogov1.0.2
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/btcutil/psbt

Create a new empty PSBT packet.

package main import ( "fmt" "github.com/btcsuite/btcutil/psbt" ) func main() { p, err := psbt.New() if err != nil { panic(err) } fmt.Println(p) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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