UNPKG
@gandlaf21/cashu-crypto
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
Basic cashu crypto functions
github.com/gandlafbtc/cashu-crypto-ts
gandlafbtc/cashu-crypto-ts
@gandlaf21/cashu-crypto
/
modules
/
esm
/
mint
/
NUT11.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
Proof
}
from
'../common/index.js'
;
export
declare
const
verifyP2PKSig
:
(
proof
:
Proof
) =>
boolean
;