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
/
cjs
/
enums.js
9 lines
(8 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
KeyType
=
void
0
;
var
KeyType
; (
function
(
KeyType
) {
KeyType
[
"SECP256K1"
] =
"secp256k1"
;
KeyType
[
"ED25519"
] =
"ed25519"
; })(
KeyType
|| (
exports
.
KeyType
=
KeyType
= {}));