Variable: ResponseAccountInboxMessage
const
ResponseAccountInboxMessage:Struct
<{accountAddress
: typeofString$
;inboxId
: typeofString$
;message
:Struct
<{authorAccountAddress
:optional
<typeofString$
>;ciphertext
: typeofString$
;createdAt
: typeofDate$
;id
: typeofString$
;signature
:optional
<Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>>; }>;type
:Literal
<["account-inbox-message"
]>; }>
Defined in: packages/hypergraph/src/messages/types.ts:398