mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 100.md
This commit is contained in:
parent
4842f8612f
commit
6b26ebe6c5
4
100.md
4
100.md
|
@ -64,8 +64,8 @@ intent.`package` = "com.example.signer"
|
||||||
// You can send some default permissions for the user to authorize for ever
|
// You can send some default permissions for the user to authorize for ever
|
||||||
val permissions = listOf(
|
val permissions = listOf(
|
||||||
Permission(
|
Permission(
|
||||||
type = "sign_event", // Is it type?
|
type = "sign_event",
|
||||||
kind = 22242 // Is it kind?
|
kind = 22242
|
||||||
),
|
),
|
||||||
Permission(
|
Permission(
|
||||||
type = "nip44_decrypt"
|
type = "nip44_decrypt"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user