add some type aliases to make the ndb move more incremental
This commit is contained in:
14
damus/Nostr/Pubkey.swift
Normal file
14
damus/Nostr/Pubkey.swift
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Pubkey.swift
|
||||
// damus
|
||||
//
|
||||
// Created by William Casarin on 2023-07-30.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
// prepare a more gradual transition to the ndb branch
|
||||
typealias FollowRef = ReferencedId
|
||||
typealias Pubkey = String
|
||||
typealias NoteId = String
|
||||
typealias Privkey = String
|
||||
Reference in New Issue
Block a user