ts-algochat
    Preparing search index...

    Interface MailboxSendResult

    Result of a mailbox put.

    interface MailboxSendResult {
        confirmedRound: number;
        mailboxId: Uint8Array;
        mbr: number;
        txid: string;
    }
    Index
    confirmedRound: number
    mailboxId: Uint8Array

    32-byte box name the envelope was stored under

    mbr: number

    MBR funded into the app for this mailbox, in microALGO

    txid: string