UNPKG
@node-dlc/bitcoin
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.24.1
0.24.0
0.23.6
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0
0.22.6
0.22.5
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
0.20.1
0.20.0
0.19.9
0.19.8
0.19.7
0.19.6
0.19.5
0.1.2
0.1.1
0.1.0
DLC bitcoin
github.com/atomicfinance/node-dlc/tree/master/packages/bitcoin
atomicfinance/node-dlc
@node-dlc/bitcoin
/
dist
/
BitcoinError.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BitcoinErrorCode
}
from
'./BitcoinErrorCode'
;
export
declare
class
BitcoinError
extends
Error
{
readonly
code
:
BitcoinErrorCode
;
readonly
data
?:
any
;
constructor
(
code
:
BitcoinErrorCode
,
data
?:
any
); }