We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b022029 commit 8112bc6Copy full SHA for 8112bc6
README.md
@@ -115,7 +115,7 @@ quick_check = check("DQE1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa")
115
print(f"valid() → {is_valid_addr}")
116
print(f"coin_type() → {detected_coin}") # ltc
117
print(f"check() → {quick_check.coin}") # doge
118
-
+```
119
### Bulk Wallet Generation
120
121
Generate multiple wallets efficiently:
@@ -212,7 +212,7 @@ print(wallet.to_dict()) # Convert to dictionary
212
# Validation returns structured results
213
result = check("address") # Returns ValidationResult dataclass
214
print(result.valid, result.coin, result.addr_type)
215
216
## Bulk Generation
217
218
### Bulk Generation
0 commit comments