mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
9 lines
270 B
Go
9 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
|