Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/sdk-core/src/bitgo/wallet/iWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export interface PrebuildTransactionOptions {
* This comment applies to UTXO coins. It's asking which transaction format to use:
* the legacy format defined by bitcoinjs-lib, or the 'psbt' format, which follows the BIP-174.
*/
txFormat?: 'legacy' | 'psbt';
txFormat?: 'legacy' | 'psbt' | 'psbt-lite';
/**
* Custom Solana instructions to include in the transaction.
* Each instruction contains a program ID, accounts array, and data buffer.
Expand Down