Get your Smart Wallet Addresses
To get the addresses of the Smart Wallet.
Parameters
getSmartWalletAddresses
accepts the following parameters:
walletType
: The provider of the Smart Wallet you are fetching the address for. Check the supported wallet providers here.owner
: The owner of the Smart Wallet.
Get Smart Wallet Addresses
Output
This will return all the Smart Wallets whose owner is owner
.
NOTE:
If no Smart Wallet is deployed, then it will return the generated Smart Wallet address to the
owner
will have, with theisDeployed
set to false and respectivewalletIndex.
Last updated