@aleph-sdk/monorepo
Preparing search index...
message/src
BaseMessageProps
Type Alias BaseMessageProps<C>
type
BaseMessageProps
<
C
extends
MessageContent
>
=
{
chain
:
Blockchain
;
channel
?:
string
;
content
:
C
;
item_type
:
ItemType
;
sender
:
string
;
time
:
number
;
type
:
keyof
MessageTypeMap
<
C
>
;
}
Type Parameters
C
extends
MessageContent
Index
Properties
chain
channel?
content
item_
type
sender
time
type
Properties
chain
chain
:
Blockchain
Optional
channel
channel
?:
string
content
content
:
C
item_
type
item_type
:
ItemType
sender
sender
:
string
time
time
:
number
type
type
:
keyof
MessageTypeMap
<
C
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
chain
channel
content
item_
type
sender
time
type
@aleph-sdk/monorepo
Loading...