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.
1 parent 0d00cbf commit 9d30112Copy full SHA for 9d30112
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