mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-24 22:58:38 +01:00
8 lines
270 B
Go
8 lines
270 B
Go
// Copyright (c) 2014 Conformal Systems LLC.
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package btcrpcclient implements a websocket-enabled Bitcoin JSON-RPC client.
|
|
//
|
|
// TODO(davec): Doco
|
|
package btcrpcclient
|