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.
2 parents f1e2efb + ae4da15 commit 52f91a5Copy full SHA for 52f91a5
modules/sdk-core/src/bitgo/wallet/iWallet.ts
@@ -167,7 +167,7 @@ export interface PrebuildTransactionOptions {
167
* This comment applies to UTXO coins. It's asking which transaction format to use:
168
* the legacy format defined by bitcoinjs-lib, or the 'psbt' format, which follows the BIP-174.
169
*/
170
- txFormat?: 'legacy' | 'psbt';
+ txFormat?: 'legacy' | 'psbt' | 'psbt-lite';
171
/**
172
* Custom Solana instructions to include in the transaction.
173
* Each instruction contains a program ID, accounts array, and data buffer.
0 commit comments