Add a new admin to the connected Smart Wallet.
var receipt = await SmartWallet.AddAdmin("0xNewAdminAddress");
Hexadecimal string representing the signer to grant admin access to.
string
The transaction receipt as a TransactionReceipt object.
TransactionReceipt