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 7e65207 commit f686e70Copy full SHA for f686e70
modules/sdk-core/src/bitgo/baseCoin/iBaseCoin.ts
@@ -204,7 +204,7 @@ export interface SupplementGenerateWalletOptions {
204
disableKRSEmail?: boolean;
205
multisigType?: 'tss' | 'onchain' | 'blsdkg';
206
type: 'hot' | 'cold' | 'custodial';
207
- subType?: 'lightningCustody' | 'lightningSelfCustody';
+ subType?: 'lightningCustody' | 'lightningSelfCustody' | 'onPrem';
208
coinSpecific?: { [coinName: string]: unknown };
209
}
210
0 commit comments