Skip to content

Commit 4255cc3

Browse files
Merge pull request #8702 from BitGo/lightning-provider
feat: add lightning provider to generateWallet
2 parents 8f1038a + 46c88f3 commit 4255cc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/sdk-core/src/bitgo/wallet/iWallets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export interface GenerateWalletOptions {
9191
type?: 'hot' | 'cold' | 'custodial' | 'trading';
9292
subType?: 'lightningCustody' | 'lightningSelfCustody';
9393
evmKeyRingReferenceWalletId?: string;
94+
lightningProvider?: 'amboss' | 'voltage';
9495
/** Optional WebAuthn PRF-based encryption info. When provided, the user private key is additionally encrypted with the PRF-derived passphrase so the server can store a WebAuthn-protected copy. */
9596
webauthnInfo?: GenerateWalletWebauthnInfo;
9697
encryptionVersion?: EncryptionVersion;

0 commit comments

Comments
 (0)