getAllSigners

Get all the signers added to the given smart wallet (excluding owner)

function getAllSigners(
chain: ChainOrRpcUrl,
factoryAddress: string,
smartWalletAddress: string,
): Promise<any>;

Parameters

The chain to use

Type

let chain: ChainOrRpcUrl;

The factory address

Type

let factoryAddress: string;

The smart wallet address

Type

let smartWalletAddress: string;

Returns

let returnType: Promise<any>;

The list of signers