IsValidWalletAddress
Checks if a given wallet address is valid for a specific eVyChain.
public static VyTask<bool> IsValidWalletAddress(eVyChain chain, string walletAddress)
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