Registry / serialization / decred-dcrd-dcrjson

decred-dcrd-dcrjson

JSON →
librarygogounverified

Package dcrjson provides primitives for working with the Decred JSON-RPC API.

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

Creates a new JSON-RPC request for the Decred API.

package main import ( "fmt" "github.com/decred/dcrd/dcrjson" ) func main() { // Create a new request request, err := dcrjson.NewRequest("1.0", "getblockcount", nil, "1") if err != nil { panic(err) } fmt.Printf("Request: %+v\n", 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
11 hits · last 30 days
node
10
Resources
decred-dcrd-dcrjson — go get decred-dcrd-dcrjson · libregistry