Documentation
Preparing search index...
@kehto/services
cvm-nostr-transport
NostrEventLike
Interface NostrEventLike
Minimal signed Nostr event.
interface
NostrEventLike
{
content
:
string
;
created_at
:
number
;
id
:
string
;
kind
:
number
;
pubkey
:
string
;
sig
:
string
;
tags
:
string
[]
[]
;
}
Index
Properties
content
created_
at
id
kind
pubkey
sig
tags
Properties
content
content
:
string
created_
at
created_at
:
number
id
id
:
string
kind
kind
:
number
pubkey
pubkey
:
string
sig
sig
:
string
tags
tags
:
string
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
created_
at
id
kind
pubkey
sig
tags
Documentation
Loading...
Minimal signed Nostr event.