issue-166-open-timestamps #220

Merged
eugene merged 25 commits from issue-166-open-timestamps into staging 2024-10-25 11:18:47 +00:00
Showing only changes of commit edeb22fb37 - Show all commits

View File

@ -4,7 +4,7 @@ import {
DocSignatureEvent,
Meta,
SignedEventContent,
Timestamp
OpenTimestamp
} from '../types'
import { Mark } from '../types/mark'
import {
@ -61,7 +61,7 @@ export interface FlatMeta
[signer: `npub1${string}`]: SignStatus
}
timestamps?: Timestamp[]
timestamps?: OpenTimestamp[]
}
/**