dcrd/rpc/jsonrpc/types
2020-02-18 19:35:19 -06:00
..
chainsvrcmds_test.go multi: remove whitespace 2019-11-21 18:31:30 -06:00
chainsvrcmds.go rpcserver: Add handlers test 2020-02-12 02:28:29 -06:00
chainsvrresults_test.go multi: Correct typos. 2019-08-16 17:37:58 -05:00
chainsvrresults.go multi: add gettxoutsetinfo JSON-RPC. 2019-10-29 11:00:40 -05:00
chainsvrwscmds_test.go multi: add notifywork rpc. 2019-10-12 19:45:55 -05:00
chainsvrwscmds.go multi: add notifywork rpc. 2019-10-12 19:45:55 -05:00
chainsvrwsntfns_test.go multi: Correct typos. 2019-08-22 10:20:03 -05:00
chainsvrwsntfns.go multi: Add tpl update reason to work ntfns. 2019-10-14 14:32:24 -05:00
chainsvrwsresults.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
doc.go multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
go.mod rpc/jsonrpc/types: Prepare v2.0.0. 2019-10-14 16:19:50 -05:00
go.sum rpc/jsonrpc/types: Prepare v2.0.0. 2019-10-14 16:19:50 -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 multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00

jsonrpc/types

Build Status ISC License Doc

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.