bitcoinj/core
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
..
src BitcoinNetwork: add address validation methods 2024-04-29 09:19:18 +02:00
build.gradle build.gradle: update protobuf-javalite to 4.26.1 2024-04-27 23:39:21 +02:00
findbugs.xml