dcrd/rpc/jsonrpc/types
2019-08-14 15:21:01 -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 multi: add getnetworkinfo rpc. 2019-08-14 15:21:01 -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 main: Consume latest module minors and patches. 2019-08-08 10:05:35 -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.