You can easily add, remove or get all your wallet owners.
You can easily get/add/remove all the owners of your smart wallet.
const txHash = await smartAccountClient.addOwner({ownerToAdd: ADDRESS_TO_ADD});
const txHash = await smartAccountClient.removeOwner({ownerToRemove: ADDRESS_TO_REMOVE});
const owners = smartAccountClient.getOwners()
Last updated 1 month ago