validateWallet
This endpoint is used to validate whether the format of a wallet address is correct for a specific chain.
public validateWallet(chain: VyChain, walletAddress: string) : VyPromise<VyValidWalletAddressDto>
Parameters
walletAddress
string
The public wallet address of the wallet
Returns
VyPromise<VyValidWalletAddressDto> Wallet address format validated successfully.
Last updated