first chrome implementation
This commit is contained in:
8
projects/common/src/lib/models/nostr.ts
Normal file
8
projects/common/src/lib/models/nostr.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Nip07Method =
|
||||
| 'signEvent'
|
||||
| 'getPublicKey'
|
||||
| 'getRelays'
|
||||
| 'nip04.encrypt'
|
||||
| 'nip04.decrypt';
|
||||
|
||||
export type Nip07MethodPolicy = 'allow' | 'deny';
|
||||
Reference in New Issue
Block a user