Returns the contract manager associated with this wallet. This is useful for querying contract state and watching for contract events.
Optionalfilter: GetVtxosFilterOptionalparams: SettleParamsOptionaleventCallback: (event: SettlementEvent) => void
Core wallet interface for Bitcoin transactions with Ark protocol support.
This interface defines the contract that all wallet implementations must follow. It provides methods for address management, balance checking, virtual UTXO operations, and transaction management including sending, settling, and unrolling.