Registry / crypto / ltcsuite-ltcd-ltcutil

ltcsuite-ltcd-ltcutil

JSON →
library1.1.4gogounverified

Provides Litecoin-specific convenience functions and types, including block, transaction, and address handling.

go get github.com/ltcsuite/ltcd/ltcutil
INSTALL
IMPORT
SIG · LTCSUITE-LTCD-LTCU
L
ltcsuite-ltcd-ltcutil
cryptogov1.1.4
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/ltcd/ltcutil

Decode a Litecoin address string into an Address interface.

package main import ( "fmt" "github.com/ltcsuite/ltcd/ltcutil" ) func main() { addr, _ := ltcutil.DecodeAddress("LbTjMGN7gELw4KbeyQf6cTCq859hD18guE") fmt.Println(addr) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ltcsuite-ltcd-ltcutil — go get ltcsuite-ltcd-ltcutil · libregistry