// Copyright (c) 2019 The Decred developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. /* Package rpcserver includes all RPC server interfaces, types, and pieces of code pertaining to implementing the RPC server. */ package rpcserver