AppleSauce
Preparing search index...
applesauce-core
Helpers
HiddenContentSigner
Interface HiddenContentSigner
interface
HiddenContentSigner
{
nip04
?:
{
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
,
)
=>
string
|
Promise
<
string
>
;
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
;
}
;
nip44
?:
{
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
,
)
=>
string
|
Promise
<
string
>
;
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
;
}
;
}
Hierarchy (
View Summary
)
EncryptedContentSigner
HiddenContentSigner
Index
Properties
nip04?
nip44?
Properties
Optional
nip04
nip04
?:
{
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
,
)
=>
string
|
Promise
<
string
>
;
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
;
}
Optional
nip44
nip44
?:
{
decrypt
:
(
pubkey
:
string
,
ciphertext
:
string
,
)
=>
string
|
Promise
<
string
>
;
encrypt
:
(
pubkey
:
string
,
plaintext
:
string
)
=>
string
|
Promise
<
string
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
nip04
nip44
AppleSauce
Loading...