IsValidWalletAddress
Checks if a given wallet address is valid for a specific eVyChain.
Client Authoritative (default)
Path Parameters
chain | The eVyChain for which to validate the wallet address. | |
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