bitcoinj/core/src
Sean Gilligan 53a6b3e150 BitcoinNetwork: add address validation methods
There are use cases where an already parsed address needs to be validated
for a specific network. In one use case the address came from an external
source and needs validation with an error message displayed: that's what
`isValidAddress(Address)` is for. In the other case we can treat the invalid
address as a fatal error. That's `checkAddress(Address)`.
2024-04-29 09:19:18 +02:00
..
main BitcoinNetwork: add address validation methods 2024-04-29 09:19:18 +02:00
test BitcoinNetwork: add address validation methods 2024-04-29 09:19:18 +02:00