damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

MigratedTypes.swift (212B)


      1 //
      2 //  MigratedTypes.swift
      3 //  damus
      4 //
      5 //  Created by Daniel D’Aquino on 2023-11-17.
      6 //
      7 
      8 typealias NostrEvent = NdbNote
      9 typealias TagElem = NdbTagElem
     10 typealias Tag = TagSequence
     11 typealias Tags = TagsSequence