function useVerifySiweSignature(): { verifySiweSignature: (options: VerifySiweSignatureOptions) => Promise<VerifySiweSignatureResult>;};
Hook that provides access to the SIWE signature verification functionality.
This is the second step in the SIWE authentication flow, used after useSignInWithSiwe.