Registry / crypto / gcash-bchutil

gcash-bchutil

JSON →
library0.0.0-20210113190856-6ea28dff4000gogounverified

Package bchutil provides Bitcoin Cash-specific convenience functions and types including block, transaction, and address handling.

go get github.com/gcash/bchutil
INSTALL
IMPORT
SIG · GCASH-BCHUTIL
G
gcash-bchutil
cryptogov0.0.0-20210113190856-6ea28dff4000
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.

bchutil
github.com/gcash/bchutil

Decode and re-encode a Bitcoin Cash address.

package main import ( "fmt" "github.com/gcash/bchutil" ) func main() { addr, _ := bchutil.DecodeAddress("bitcoincash:qpm2qsznhks23z7629mms6s4cwef74vcwvy22gdx6a") fmt.Println(addr.EncodeAddress()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210113190856-6ea28dff4000latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gcash-bchutil — go get gcash-bchutil · libregistry