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
/
common
/
NUT11.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
{
Secret
}
from
"./index.js"
;
export
declare
const
parseSecret
:
(
secret
:
string
|
Uint8Array
) =>
Secret
;