UNPKG
@cashu/crypto
Version:
latest (0.3.4)
next (0.3.6-rc.0)
0.3.6-rc.0
0.3.4
0.3.3
0.3.3-rc.0
0.3.2
0.3.2-rc.0
0.3.1
0.2.7
0.2.6
Basic cashu crypto functions
github.com/cashubtc/cashu-crypto-ts
cashubtc/cashu-crypto-ts
@cashu/crypto
/
modules
/
common
/
NUT11.d.ts
3 lines
•
147 B
TypeScript
View Raw
1
2
3
import
{
Secret
}
from
'./index.js'
;
export
declare
const
parseSecret
:
(
secret
:
string
|
Uint8Array
) =>
Secret
;
//# sourceMappingURL=NUT11.d.ts.map