UNPKG
@chorus-one/signer
Version:
latest (1.0.0)
1.0.0
Signer interface for Chorus One SDK
chorus-one.gitbook.io/sdk
ChorusOne/chorus-one-sdk
@chorus-one/signer
/
dist
/
mjs
/
enums.js
6 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
export
var
KeyType
; (
function
(
KeyType
) {
KeyType
[
"SECP256K1"
] =
"secp256k1"
;
KeyType
[
"ED25519"
] =
"ed25519"
; })(
KeyType
|| (
KeyType
= {}));