@aleph-sdk/monorepo
Preparing search index...
message/src
ChainRef
Type Alias ChainRef
Some POST messages have a 'ref' field referencing other content
type
ChainRef
=
{
chain
:
string
;
channel
?:
string
;
item_content
:
string
;
item_hash
:
string
;
item_type
:
string
;
sender
:
string
;
signature
:
string
;
time
:
number
;
type
:
post
;
}
Index
Properties
chain
channel?
item_
content
item_
hash
item_
type
sender
signature
time
type
Properties
chain
chain
:
string
Optional
channel
channel
?:
string
item_
content
item_content
:
string
item_
hash
item_hash
:
string
item_
type
item_type
:
string
sender
sender
:
string
signature
signature
:
string
time
time
:
number
type
type
:
post
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chain
channel
item_
content
item_
hash
item_
type
sender
signature
time
type
@aleph-sdk/monorepo
Loading...
Some POST messages have a 'ref' field referencing other content