ts-algochat
    Preparing search index...

    Interface SendResult

    Result of sending a message

    interface SendResult {
        confirmedRound?: number;
        message: Message;
        txid: string;
    }
    Index

    Properties

    confirmedRound?: number
    message: Message
    txid: string