Registry / crypto / libsv-go-bc

libsv-go-bc

JSON →
library0.1.29gogounverified

Package bc is a bitcoin blockchain library providing block chain utilities.

go get github.com/libsv/go-bc
INSTALL
IMPORT
SIG · LIBSV-GO-BC
L
libsv-go-bc
cryptogov0.1.29
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.

bc
github.com/libsv/go-bc

Fetch a Bitcoin block by hash.

import "github.com/libsv/go-bc" func main() { block, err := bc.GetBlock("0000000000000000000...") if err != nil { panic(err) } _ = block }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
libsv-go-bc — go get libsv-go-bc · libregistry