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 33f3b10 commit db1d35dCopy full SHA for db1d35d
modules/sdk-core/src/bitgo/wallet/wallet.ts
@@ -3019,6 +3019,7 @@ export class Wallet implements IWallet {
3019
const signedPrebuild = await this.prebuildAndSignTransaction(params);
3020
return await this.submitTransaction(signedPrebuild, params.reqId);
3021
case 'custodial':
3022
+ case 'backing':
3023
return this.initiateTransaction(params.prebuildTx.buildParams, params.reqId);
3024
}
3025
0 commit comments