SDK ReferenceAA-SDK coreInterfacesSmartAccountSignerCopy pageDefined in: aa-sdk/core/src/signer/types.ts:48 A signer that can sign messages and typed data. Extended by SmartAccountAuthenticator Type Parameters Type ParameterDefault typeDescriptionInneranythe generic type of the inner client that the signer wraps to provide functionality such as signing, etc. Properties PropertyType getAddress() => Promise<`0x${string}`> innerInner signAuthorization?(unsignedAuthorization) => Promise<SignedAuthorization<number>> signerTypestring signMessage(message) => Promise<`0x${string}`> signTypedData<TTypedData, TPrimaryType>(params) => Promise<`0x${string}`>