MinimalBitcoinWalletInterface
type MinimalBitcoinWalletInterface = object;
Defined in: atomiq-sdk/src/types/wallets/MinimalBitcoinWalletInterface.ts:9
A type with minimum possible required data about a bitcoin wallet to be able to estimate fees and produce unsigned funded PSBTs with address's UTXOs
Properties
address
address: string;
Defined in: atomiq-sdk/src/types/wallets/MinimalBitcoinWalletInterface.ts:10
publicKey
publicKey: string;
Defined in: atomiq-sdk/src/types/wallets/MinimalBitcoinWalletInterface.ts:11