# core
# Functions
- isAlgorandAddress(input) ⇒
boolean Test a string for valid Algorand address requirements
- isTransactionId(txId) ⇒
boolean Test for a valid Algorand transaction ID
# isAlgorandAddress(input) ⇒ boolean
Test a string for valid Algorand address requirements
Kind: global function
Category: Core
| Param | Type |
|---|---|
| input | string |
# isTransactionId(txId) ⇒ boolean
Test for a valid Algorand transaction ID
Kind: global function
Category: Core
| Param | Type |
|---|---|
| txId | string |