Registry / crypto / bitcoinsv-bsvutil

bitcoinsv-bsvutil

JSON →
library0.0.0-20181216182056-1d77cf353ea9gogounverified

Provides Bitcoin SV specific convenience functions and types, including block and transaction manipulation and address encoding/decoding.

go get github.com/bitcoinsv/bsvutil
INSTALL
IMPORT
SIG · BITCOINSV-BSVUTIL
B
bitcoinsv-bsvutil
cryptogov0.0.0-20181216182056-1d77cf353ea9
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.

bsvutil
github.com/bitcoinsv/bsvutil

Decodes and re-encodes a Bitcoin address.

package main import ( "fmt" "github.com/bitcoinsv/bsvutil" ) func main() { addr, _ := bsvutil.DecodeAddress("1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa") fmt.Println(addr.EncodeAddress()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20181216182056-1d77cf353ea9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
17
Resources
bitcoinsv-bsvutil — go get bitcoinsv-bsvutil · libregistry