utils/bitcoin_validator/bitcoin_validator library

Functions

getBitcoinWalletDetails(String? value) BitcoinWalletDetails
Detailed wallet check. The returned object contains all the necessary info like address type, network, wallet type and address. Before using the returned object, use isValid getter to check if the result is valid
getBitcoinWalletType(String? value) BitcoinWalletType
A simplified wallet type check which only returns a wallet type like SegWit, Regular, or None if a wallet address is invalid
isBitcoinWalletValid(String? value) bool