ts-algochat
    Preparing search index...

    Interface SendResult

    Result of sending a message

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

    Properties

    confirmedRound?: number
    fee?: number

    Transaction fee in microAlgos

    message: Message
    txid: string