tron-api icon indicating copy to clipboard operation
tron-api copied to clipboard

Can USDT TRC20 addresses be validated using the isAddress method of this library?

Open georgekaf opened this issue 3 years ago • 1 comments

georgekaf avatar Oct 14 '21 10:10 georgekaf

$result=$tron->validateAddress('address ');

if($result['result']==true){ echo "yes"; }

kendol07 avatar Dec 17 '22 18:12 kendol07