ts-algochat
    Preparing search index...

    Interface MailboxReadResult

    Off-chain mailbox read result.

    interface MailboxReadResult {
        depositor?: string;
        envelope?: Uint8Array<ArrayBufferLike>;
        exists: boolean;
        writeRound?: number;
    }
    Index
    depositor?: string

    Depositor address (from the box header) when the mailbox exists

    envelope?: Uint8Array<ArrayBufferLike>

    The stored envelope bytes when the mailbox exists

    exists: boolean
    writeRound?: number

    Write round (from the box header) when the mailbox exists