@softcose/softchat - v0.1.0
Preparing search index...
index
Nip19Identifier
Variable Nip19Identifier
Nip19Identifier
:
Readonly
<
{
event
(
__namedParameters
:
{
author
?:
NostrPublicKey
;
eventId
:
NostrEventId
;
kind
?:
NostrEventKind
;
relays
?:
readonly
string
[]
;
unknownTlvs
?:
readonly
Readonly
<
{
typeId
:
number
;
value
:
readonly
number
[]
}
,
>
[]
;
}
,
)
:
Nip19Identifier
;
eventId
(
eventId
:
NostrEventId
)
:
Nip19Identifier
;
parse
(
encoded
:
string
)
:
Nip19Identifier
;
profile
(
__namedParameters
:
{
publicKey
:
NostrPublicKey
;
relays
?:
readonly
string
[]
;
unknownTlvs
?:
readonly
Readonly
<
{
typeId
:
number
;
value
:
readonly
number
[]
}
,
>
[]
;
}
,
)
:
Nip19Identifier
;
publicKey
(
publicKey
:
NostrPublicKey
)
:
Nip19Identifier
;
stringify
(
identifier
:
Nip19Identifier
)
:
string
;
}
,
>
Runtime parser and constructors for bounded NIP-19 identifiers.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@softcose/softchat - v0.1.0
Loading...
Runtime parser and constructors for bounded NIP-19 identifiers.