dcrd/rpc/jsonrpc/types
Nicola Larosa 1149d54cb9 multi: Use crypto/blake256.
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
2019-08-07 18:54:55 -05:00
..
chainsvrcmds_test.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrcmds.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrresults_test.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
chainsvrresults.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrwscmds_test.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrwscmds.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
chainsvrwsntfns_test.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrwsntfns.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
chainsvrwsresults.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
doc.go jsonrpc/types: Add README.md and doc.go. 2019-07-22 17:31:40 -05:00
go.mod jsonrpc/types: Prepare 1.0.0 2019-07-19 09:06:34 -05:00
go.sum multi: Use crypto/blake256. 2019-08-07 18:54:55 -05:00
helpers.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
method.go dcrjson: Introduce v3 and move types to module. 2019-07-19 08:49:49 -05:00
README.md jsonrpc/types: Add README.md and doc.go. 2019-07-22 17:31:40 -05:00

jsonrpc/types

Build Status ISC License GoDoc

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.