ValidateWallet

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

void ValidateWallet(EVyChain Chain, FString WalletAddress, const FVyOnValidateWalletComplete& OnComplete) const;

Parameters

Chain

The blockchain of the wallet

WalletAddress

FString

The public wallet address of the wallet

OnComplete

FVyOnValidateWalletComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnValidateWalletComplete) Contains a FVyValidateWalletResultDto response type

Last updated