Class BSV::MCP::Tools::FetchUtxos ¶
Inherits: MCP::Tool
Fetches unspent transaction outputs (UTXOs) for a BSV address using the WhatsOnChain API.
The http_client dependency is injectable for testing — pass a compatible mock object to new_woc.
Public Class Methods¶
call(address:, network: = nil, server_context: = nil) ¶
Not documented.