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
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