@bitgo/public-types
Advanced tools
Comparing version 2.33.1 to 2.33.2
import * as t from "io-ts"; | ||
export declare enum WalletTypeEnum { | ||
TSS = "tss", | ||
CUSTODIAL = "custodial", | ||
COLD = "cold" | ||
"tss" = "tss", | ||
"custodial" = "custodial", | ||
"cold" = "cold" | ||
} | ||
export declare const WalletType: t.KeyofC<typeof WalletTypeEnum>; | ||
export type WalletType = t.TypeOf<typeof WalletType>; |
@@ -30,7 +30,7 @@ "use strict"; | ||
(function (WalletTypeEnum) { | ||
WalletTypeEnum["TSS"] = "tss"; | ||
WalletTypeEnum["CUSTODIAL"] = "custodial"; | ||
WalletTypeEnum["COLD"] = "cold"; | ||
WalletTypeEnum["tss"] = "tss"; | ||
WalletTypeEnum["custodial"] = "custodial"; | ||
WalletTypeEnum["cold"] = "cold"; | ||
})(WalletTypeEnum || (exports.WalletTypeEnum = WalletTypeEnum = {})); | ||
exports.WalletType = t.keyof(WalletTypeEnum, "WalletType"); | ||
//# sourceMappingURL=walletType.js.map |
{ | ||
"name": "@bitgo/public-types", | ||
"version": "2.33.1", | ||
"version": "2.33.2", | ||
"description": "Collection of types exposed externally as part of the BitGo public API", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
import * as t from "io-ts"; | ||
export enum WalletTypeEnum { | ||
TSS = "tss", | ||
CUSTODIAL = "custodial", | ||
COLD = "cold", | ||
"tss" = "tss", | ||
"custodial" = "custodial", | ||
"cold" = "cold", | ||
} | ||
@@ -8,0 +8,0 @@ |
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
326786
80
3
9
75