• Function to validate a Bitcoin address.

    Parameters

    • address: string

      The Bitcoin address to validate.

    • network: Network

      The network type (Mainnet, Testnet, or Stagenet).

    Returns boolean

    true if the address is valid, false otherwise.

Generated using TypeDoc