Registry / crypto / decred-dcrd-dcrjson-v3

decred-dcrd-dcrjson-v3

JSON →
librarygogounverified

Provides infrastructure for working with Decred JSON-RPC APIs.

go get github.com/decred/dcrd/dcrjson/v3
INSTALL
IMPORT
SIG · DECRED-DCRD-DCRJSO
D
decred-dcrd-dcrjson-v3
cryptogo
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.

dcrjson
github.com/decred/dcrd/dcrjson/v3

Create a JSON-RPC request for Decred.

package main import ( "fmt" "github.com/decred/dcrd/dcrjson/v3" ) func main() { // Example: create a JSON-RPC request request, err := dcrjson.NewRequest("1", "getblockcount", nil) if err != nil { panic(err) } fmt.Println(string(request)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
decred-dcrd-dcrjson-v3 — go get decred-dcrd-dcrjson-v3 · libregistry