Get all the signers added to the given smart wallet (excluding owner)
function getAllSigners( chain: ChainOrRpcUrl, factoryAddress: string, smartWalletAddress: string,): Promise<any>;
The chain to use
let chain: ChainOrRpcUrl;
The factory address
let factoryAddress: string;
The smart wallet address
let smartWalletAddress: string;
let returnType: Promise<any>;
The list of signers