NIP-52 says for time-based kind events:
{
"id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
....
}
So does this mean, I get the serialized event with everything EXCEPT the "Id" field and then put that in id?
#asknostr
NIP-52 says for time-based kind events:
{
"id": <32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>,
....
}
So does this mean, I get the serialized event with everything EXCEPT the "Id" field and then put that in id?
#asknostr
NVM, this isn't important for me to know immediately, the library I'm using handles it for me correctly according to nak.nostr.com .