IsValidWalletAddress
Checks if a given wallet address is valid for a specific eVyChain.
Client Authoritative (default)
Path Parameters
walletAddress
string
The wallet address to validate.
Returns
VyTask<bool> A task that returns a boolean indicating whether the wallet address is valid for the specified eVyChain.
Last updated