mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
This updates the code to make use of the new crypto/blake256 module instead of github.com/dchest/blake256. * change the references in the chaincfg/chainhash and gcs modules * update chaincfg/chainhash to use the new Sum256 API * remove references to dchest/blake256 from all go.sum files |
||
|---|---|---|
| .. | ||
| chainsvrcmds_test.go | ||
| chainsvrcmds.go | ||
| chainsvrresults_test.go | ||
| chainsvrresults.go | ||
| chainsvrwscmds_test.go | ||
| chainsvrwscmds.go | ||
| chainsvrwsntfns_test.go | ||
| chainsvrwsntfns.go | ||
| chainsvrwsresults.go | ||
| doc.go | ||
| go.mod | ||
| go.sum | ||
| helpers.go | ||
| method.go | ||
| README.md | ||
jsonrpc/types
Package types implements concrete types for marshalling to and from the dcrd JSON-RPC commands, return values, and notifications. A comprehensive suite of tests is provided to ensure proper functionality.
The provided types are automatically registered with dcrjson when the package is imported. Although this package was primarily written for dcrd, it has intentionally been designed so it can be used as a standalone package for any projects needing to marshal to and from dcrd JSON-RPC requests and responses.
Installation and Updating
$ go get -u github.com/decred/dcrd/rpc/jsonrpc/types
License
Package types is licensed under the copyfree ISC License.
