feat: pow
This commit is contained in:
parent
95f4b207d5
commit
4cc16d5e58
24 changed files with 191 additions and 67 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
|
@ -121,6 +121,7 @@ export type TImetaInfo = {
|
|||
export type TPublishOptions = {
|
||||
specifiedRelayUrls?: string[]
|
||||
additionalRelayUrls?: string[]
|
||||
minPow?: number
|
||||
}
|
||||
|
||||
export type TNoteListMode = 'posts' | 'postsAndReplies' | 'you'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue