getSignerType
Determines the type of signer (Externally Owned Account (EOA) or CONTRACT) based on the provided client, signature, and signer.
Import
Usage
Parameters
params
GetSignerTypeParams<TTransport, TChain>
the parameters including the client, signature, and signer
Returns
Promise<SignerType>
A promise that resolves to the signer type, which is either “EOA” or “CONTRACT”