bchaddrjs icon indicating copy to clipboard operation
bchaddrjs copied to clipboard

export decodeAddress

Open geekberryonekey opened this issue 6 months ago • 0 comments

When using

isCashAddress(address) && isMainnetAddress(address) && isP2SHAddress(address)

will call decodeAddress 3 times for each address

If export decodeAddress will saves a lot of cpu cost

geekberryonekey avatar Aug 23 '24 10:08 geekberryonekey