@bitgo/public-types
Advanced tools
Comparing version 2.21.0 to 2.22.0
@@ -18,2 +18,3 @@ import * as t from "io-ts"; | ||
export declare const MPCv2KeyGenRound1Response: t.TypeC<{ | ||
walletGpgPubKeySigs: import("io-ts-types").NonEmptyStringC; | ||
sessionId: import("io-ts-types").NonEmptyStringC; | ||
@@ -20,0 +21,0 @@ bitgoMsg1: t.TypeC<{ |
@@ -37,2 +37,3 @@ "use strict"; | ||
exports.MPCv2KeyGenRound1Response = t.type({ | ||
walletGpgPubKeySigs: io_ts_types_1.NonEmptyString, | ||
sessionId: io_ts_types_1.NonEmptyString, | ||
@@ -39,0 +40,0 @@ bitgoMsg1: common_1.MPCv2BroadcastMessage, |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.21.0", | ||
"version": "2.22.0", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -17,2 +17,3 @@ import * as t from "io-ts"; | ||
export const MPCv2KeyGenRound1Response = t.type({ | ||
walletGpgPubKeySigs: NonEmptyString, | ||
sessionId: NonEmptyString, | ||
@@ -19,0 +20,0 @@ bitgoMsg1: MPCv2BroadcastMessage, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175274
3529