BitcoinWalletUtxoBase
type BitcoinWalletUtxoBase = Omit<BitcoinWalletUtxo, "txId" | "vout" | "outputScript" | "address" | "confirmed">;
Defined in: atomiq-sdk/src/bitcoin/wallet/IBitcoinWallet.ts:30
Base UTXO data structure used for maximum spendable balance calculation, doesn't contain all the fields necessary for constructing the full transaction.