Registry / crypto / decred-next-dcrnd-chaincfg-v8

decred-next-dcrnd-chaincfg-v8

JSON →
library8.0.12gogounverified

Defines chain configuration parameters for Decred networks, including mainnet, testnet, and regression test.

go get github.com/Decred-Next/dcrnd/chaincfg/v8
INSTALL
IMPORT
SIG · DECRED-NEXT-DCRND-
D
decred-next-dcrnd-chaincfg-v8
cryptogov8.0.12
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.

chaincfg
github.com/Decred-Next/dcrnd/chaincfg/v8

Retrieves the mainnet chain parameters.

package main import ( "fmt" "github.com/Decred-Next/dcrnd/chaincfg/v8" ) func main() { params := chaincfg.MainNetParams() fmt.Println(params.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
decred-next-dcrnd-chaincfg-v8 — go get decred-next-dcrnd-chaincfg-v8 · libregistry