@aleph-sdk/monorepo
Preparing search index...
message/src
SocketResponse
Type Alias SocketResponse
type
SocketResponse
=
{
_id
?:
string
;
chain
:
Blockchain
;
channel
:
string
;
confirmations
?:
boolean
;
confirmed
:
boolean
;
content
:
BaseContent
;
hash_type
?:
string
;
item_content
?:
string
;
item_hash
:
string
;
item_type
:
ItemType
;
sender
:
string
;
signature
:
string
;
size
:
number
;
time
:
number
;
type
:
MessageType
;
}
Index
Properties
_
id?
chain
channel
confirmations?
confirmed
content
hash_
type?
item_
content?
item_
hash
item_
type
sender
signature
size
time
type
Properties
Optional
_
id
_id
?:
string
chain
chain
:
Blockchain
channel
channel
:
string
Optional
confirmations
confirmations
?:
boolean
confirmed
confirmed
:
boolean
content
content
:
BaseContent
Optional
hash_
type
hash_type
?:
string
Optional
item_
content
item_content
?:
string
item_
hash
item_hash
:
string
item_
type
item_type
:
ItemType
sender
sender
:
string
signature
signature
:
string
size
size
:
number
time
time
:
number
type
type
:
MessageType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
id
chain
channel
confirmations
confirmed
content
hash_
type
item_
content
item_
hash
item_
type
sender
signature
size
time
type
@aleph-sdk/monorepo
Loading...