Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bitgo/public-types

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bitgo/public-types - npm Package Compare versions

Comparing version 2.33.1 to 2.33.2

6

dist/src/schema/mpcv2/smc/walletType.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc