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