UNPKG
@cmdcode/musig2
Version:
latest (2.4.3)
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
0.0.5
0.0.4
0.0.3
0.0.2
Create digital signatures based on the Musig2 protocol.
cmdruid/musig
@cmdcode/musig2
/
dist
/
error.d.ts
14 lines
•
309 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
interface
ErrorReport
{
type
?:
string
;
data
?:
string
[];
pubkey
?:
string
;
reason
:
string
; }
export
declare
class
KeyOperationError
extends
Error
{
type
?:
string
;
data
?:
string
[];
pubkey
?:
string
;
constructor
(
report
:
ErrorReport
); }
export
{};
//# sourceMappingURL=error.d.ts.map