Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The following versioned modules are provided by dcrd repository:
a robust and easy to use Websocket-enabled Decred JSON-RPC client
* [dcrjson/v4](https://github.com/decred/dcrd/tree/master/dcrjson) - Provides
infrastructure for working with Decred JSON-RPC APIs
* [rpc/jsonrpc/types/v4](https://github.com/decred/dcrd/tree/master/rpc/jsonrpc/types) -
* [rpc/jsonrpc/types/v5](https://github.com/decred/dcrd/tree/master/rpc/jsonrpc/types) -
Provides concrete types via dcrjson for the chain server JSON-RPC commands,
return values, and notifications
* [wire](https://github.com/decred/dcrd/tree/master/wire) - Implements the
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/module_hierarchy.gv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ digraph {
bech32 [label="bech32" fillcolor=antiquewhite3]
chainhash [label="chaincfg/chainhash" fillcolor=aquamarine]
dcrjson [label="dcrjson/v4" fillcolor=indianred]
types [label="rpc/jsonrpc/types/v4" fillcolor=tomato]
types [label="rpc/jsonrpc/types/v5" fillcolor=tomato]
wire [label="wire" fillcolor=coral]
chaincfg [label="chaincfg/v3" fillcolor=cadetblue]
dcrec [label="dcrec" fillcolor=mediumpurple]
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/module_hierarchy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions rpc/jsonrpc/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jsonrpc/types

[![Build Status](https://github.com/decred/dcrd/workflows/Build%20and%20Test/badge.svg)](https://github.com/decred/dcrd/actions)
[![ISC License](https://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
[![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrd/rpc/jsonrpc/types/v4)
[![Doc](https://img.shields.io/badge/doc-reference-blue.svg)](https://pkg.go.dev/github.com/decred/dcrd/rpc/jsonrpc/types/v5)

Package types implements concrete types for marshalling to and from the dcrd
JSON-RPC commands, return values, and notifications. A comprehensive suite of
Expand All @@ -17,7 +17,7 @@ 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`
This package is part of the `github.com/decred/dcrd/rpc/jsonrpc/types/v5`
module. Use the standard go tooling for working with modules to incorporate it.

## License
Expand Down