• Checks whether the target is a btc address

    Example

    expect(isBtcAddress('1MUz4VMYui5qY1mxUiG8BQ1Luv6tqkvaiL').value).toBeTruthy()
    

    Parameters

    • target: string

      The target

    Returns Result<boolean | undefined>

Generated using TypeDoc