dcrd/rpc/jsonrpc/types
2019-09-20 19:59:04 -05:00
..
chainsvrcmds_test.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00
chainsvrcmds.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00
chainsvrresults_test.go multi: Correct typos. 2019-08-16 17:37:58 -05:00
chainsvrresults.go multi: remove getblocktemplate. 2019-09-05 09:23:56 -05:00
chainsvrwscmds_test.go multi: Correct typos. 2019-08-22 10:20:03 -05:00
chainsvrwscmds.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
chainsvrwsntfns_test.go multi: Correct typos. 2019-08-22 10:20:03 -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 multi: Correct typos. 2019-08-16 17:37:58 -05:00
go.mod multi: remove getblocktemplate. 2019-09-05 09:23:56 -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 build: Replace TravisCI with CI via Github actions. 2019-09-20 19:59:04 -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.