Versions in this module Expand all Collapse all v1 v1.2.2 Mar 1, 2024 v1.2.1 Feb 19, 2024 Changes in this version + func Request(method, baseURL, subPath string, requestBody io.Reader) ([]byte, error) + type BTCAPIClient interface + BroadcastTx func(tx *wire.MsgTx) (*chainhash.Hash, error) + GetRawTransaction func(txHash *chainhash.Hash) (*wire.MsgTx, error) + ListUnspent func(address btcutil.Address) ([]*UnspentOutput, error) + type UnspentOutput struct + Outpoint *wire.OutPoint + Output *wire.TxOut