isWalletValid()
Checks if the wallet currently selected is a valid EVM wallet address.
Currently only MetaMask is supported
Response
true | false
Example Usage
const isValid = await contract.isWalletValid();
Feedback
Something not quite right, unclear or can't find what you are looking for? Please let us know at support.moonpay.com and we will get back to you as soon as we can.
Updated 8 months ago