ValidateWallet

Description

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

void ValidateWallet(const EVyChain& chain, const FString& walletAddress) const

Parameters

chain

The blockchain of the wallet

walletAddress

FString

The public wallet address of the wallet

Returns

void Wallet address format validated successfully.

Last updated