Registry / crypto / libsv-go-bt-v2

libsv-go-bt-v2

JSON →
library2.2.5gogounverified

Provides functions to create and manipulate Bitcoin transactions.

go get github.com/libsv/go-bt/v2
INSTALL
IMPORT
SIG · LIBSV-GO-BT-V2
L
libsv-go-bt-v2
cryptogov2.2.5
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.

bt
github.com/libsv/go-bt/v2

Creates a new Bitcoin transaction and prints its string representation.

package main import ( "fmt" "github.com/libsv/go-bt/v2" ) func main() { tx := bt.NewTx() fmt.Println(tx.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
libsv-go-bt-v2 — go get libsv-go-bt-v2 · libregistry