Can someone tell me what the function GetVerifier in the LNNote class does? Also is it the wrappper to NSFVerifyFileObjSignature?
Thanks ahead!
Can someone tell me what the function GetVerifier in the LNNote class does? Also is it the wrappper to NSFVerifyFileObjSignature?
Thanks ahead!
Subject: Solved
After no response, I have solved this myself. This is actually the certifier part of the name. Why they did not use Certifier instead of Verifier, I have no clue. So I used NSFNoteVerifySignature to get both signer and verifier.
Subject: Solved