Registry / crypto / ltcsuite-ltcutil

ltcsuite-ltcutil

JSON →
library1.0.2gogounverified

Package ltcutil provides Litecoin-specific convenience functions and types, including block and transaction manipulation and address encoding/decoding.

go get github.com/ltcsuite/ltcutil
INSTALL
IMPORT
SIG · LTCSUITE-LTCUTIL
L
ltcsuite-ltcutil
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.

ltcutil
github.com/ltcsuite/ltcutil

Decode a Litecoin address.

package main import ( "fmt" "github.com/ltcsuite/ltcutil" ) func main() { addr, err := ltcutil.DecodeAddress("LdP8qBmHtQqJ6qJ6qJ6qJ6qJ6qJ6qJ6qJ6qJ6qJ") if err != nil { fmt.Println(err) return } fmt.Println(addr) }
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
8 hits · last 30 days
node
8
Resources
ltcsuite-ltcutil — go get ltcsuite-ltcutil · libregistry