Parameters
- message: DecodedMessage<any>
- walletAddress: string
Returns {
content: any;
contentBytes: undefined | Uint8Array;
contentFallback: undefined | string;
contentType: string;
conversationTopic: string;
hasLoadError: false;
hasSendError: false;
id: string;
isSending: false;
senderAddress: string;
sentAt: Date;
status: "unprocessed";
uuid: string;
walletAddress: string;
}
The message in cached format
content: any
contentBytes: undefined | Uint8Array
contentFallback: undefined | string
contentType: string
conversationTopic: string
hasLoadError: false
hasSendError: false
id: string
isSending: false
senderAddress: string
sentAt: Date
status: "unprocessed"
uuid: string
walletAddress: string
Converts a DecodedMessage from the XMTP network to its cached format