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 35276bb commit 95909b1Copy full SHA for 95909b1
modules/sdk-core/src/bitgo/wallet/iWallets.ts
@@ -60,8 +60,8 @@ export interface GenerateWalletOptions {
60
backupXpubProvider?: string;
61
passcodeEncryptionCode?: string;
62
enterprise?: string;
63
- disableTransactionNotifications?: string;
64
- gasPrice?: string;
+ disableTransactionNotifications?: boolean;
+ gasPrice?: number;
65
eip1559?: {
66
maxFeePerGas: string;
67
maxPriorityFeePerGas: string;
0 commit comments