dcrd/rpc/jsonrpc/types
2023-08-23 14:13:51 -05:00
..
chainsvrcmds_test.go rpc/jsonrpc/types: Remove searchrawtransactions. 2022-05-19 17:08:05 -05:00
chainsvrcmds.go multi: Remove a bunch of dup words in comments. 2023-08-23 14:13:51 -05:00
chainsvrresults_test.go rpc/jsonrpc/types: Remove searchrawtransactions. 2022-05-19 17:08:05 -05:00
chainsvrresults.go multi: Remove a bunch of dup words in comments. 2023-08-23 14:13:51 -05:00
chainsvrwscmds_test.go rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -05:00
chainsvrwscmds.go rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -05:00
chainsvrwsntfns_test.go rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -05:00
chainsvrwsntfns.go rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -05:00
chainsvrwsresults.go jsonrpc/types: Update copyright years. 2019-07-22 17:31:40 -05:00
doc.go multi: Go 1.19 doc comment formatting. 2022-07-30 04:08:58 -05:00
go.mod rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -05:00
go.sum rpc/jsonrpc/types: Prepare v4.0.0. 2023-04-14 11:57:06 -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 docs: Update for rpc/jsonrpc/types/v4 module. 2023-04-14 11:56:20 -05: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

This package is part of the github.com/decred/dcrd/rpc/jsonrpc/types/v2 module. Use the standard go tooling for working with modules to incorporate it.

License

Package types is licensed under the copyfree ISC License.