SmartWallet.GetAllActiveSigners

This method retrieves a list of all active signers with their permissions for a smart wallet.

Usage

// Get all active signers
List<SignerPermissions> signers = await smartWallet.GetAllActiveSigners();