getSignerType
Defined in: account-kit/smart-contracts/src/msca/plugins/multisig/utils/getSignerType.ts:51
Determines the type of signer (Externally Owned Account (EOA) or CONTRACT) based on the provided client, signature, and signer.
Example
Type Parameters
Parameters
Returns
Promise
<SignerType
>
A promise that resolves to the signer type, which is either “EOA” or “CONTRACT”