@bitgo/public-types 6.61.0 → 6.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as t from "io-ts";
|
|
2
2
|
export declare enum KeyCurveEnum {
|
|
3
3
|
EdDSA = "EdDSA",
|
|
4
|
-
ECDSA = "ECDSA"
|
|
4
|
+
ECDSA = "ECDSA",
|
|
5
|
+
RedPallas = "RedPallas"
|
|
5
6
|
}
|
|
6
7
|
export declare const KeyCurve: t.KeyofC<typeof KeyCurveEnum>;
|
|
7
8
|
export type KeyCurve = t.TypeOf<typeof KeyCurve>;
|
|
@@ -29,6 +29,7 @@ var KeyCurveEnum;
|
|
|
29
29
|
(function (KeyCurveEnum) {
|
|
30
30
|
KeyCurveEnum["EdDSA"] = "EdDSA";
|
|
31
31
|
KeyCurveEnum["ECDSA"] = "ECDSA";
|
|
32
|
+
KeyCurveEnum["RedPallas"] = "RedPallas";
|
|
32
33
|
})(KeyCurveEnum || (exports.KeyCurveEnum = KeyCurveEnum = {}));
|
|
33
34
|
exports.KeyCurve = t.keyof(KeyCurveEnum);
|
|
34
35
|
//# sourceMappingURL=keyCurve.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyCurve.js","sourceRoot":"","sources":["../../../../src/schema/keyGen/keyCurve.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAE3B,IAAY,
|
|
1
|
+
{"version":3,"file":"keyCurve.js","sourceRoot":"","sources":["../../../../src/schema/keyGen/keyCurve.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA2B;AAE3B,IAAY,YAIX;AAJD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,uCAAuB,CAAA;AACzB,CAAC,EAJW,YAAY,4BAAZ,YAAY,QAIvB;AACY,QAAA,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC"}
|
package/package.json
CHANGED