@aleph-sdk/monorepo
Preparing search index...
message/src
MessageResponsePending
Type Alias MessageResponsePending<T>
type
MessageResponsePending
<
T
extends
MessageContent
>
=
{
item_hash
:
string
;
messages
:
PublishedMessage
<
T
>
[]
;
reception_time
:
string
;
status
:
pending
;
}
Type Parameters
T
extends
MessageContent
Index
Properties
item_
hash
messages
reception_
time
status
Properties
item_
hash
item_hash
:
string
messages
messages
:
PublishedMessage
<
T
>
[]
reception_
time
reception_time
:
string
status
status
:
pending
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
item_
hash
messages
reception_
time
status
@aleph-sdk/monorepo
Loading...