We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e95e71 + 9d30112 commit 60f6855Copy full SHA for 60f6855
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -711,7 +711,7 @@ export interface CrossChainUTXO {
711
}
712
713
export type WalletType = 'backing' | 'cold' | 'custodial' | 'custodialPaired' | 'hot' | 'trading';
714
-export type SubWalletType = 'distributedCustody' | 'lightningCustody' | 'lightningSelfCustody';
+export type SubWalletType = 'distributedCustody' | 'lightningCustody' | 'lightningSelfCustody' | 'onPrem';
715
716
export interface WalletData {
717
id: string;
0 commit comments