NIP-40 expiration timestamp

This commit is contained in:
Doug Hoyte
2023-02-08 06:48:38 -05:00
parent b32999cee8
commit 7661865bcc
9 changed files with 88 additions and 55 deletions

View File

@ -21,6 +21,7 @@ table Event {
kind: uint64;
tagsGeneral: [TagGeneral];
tagsFixed32: [TagFixed32];
expiration: uint64;
}
table Empty {}