validateWallet

This endpoint is used to validate whether the format of a wallet address is correct for a specific chain.

public validateWallet(chain: eVyChain, walletAddress: String) : VyPromise<VyValidWalletAddressDto>

Parameters

chain

The blockchain of the wallet

walletAddress

String

The public wallet address of the wallet

Returns

VyPromise<VyValidWalletAddressDto>

Last updated