isSmartAccountWithSigner
Defined in: aa-sdk/core/src/account/smartContractAccount.ts:113
Determines if the given SmartContractAccount has a signer associated with it.
Example
Parameters
Returns
account is SmartContractAccountWithSigner<string, SmartAccountSigner<any>, keyof EntryPointRegistryBase<unknown>>
true if the account has a signer, otherwise false.