OPNet
    Preparing search index...

    Interface BroadcastedTransaction

    interface BroadcastedTransaction {
        error?: string;
        peers?: number;
        result?: string;
        success: boolean;
    }
    Index

    Properties

    error?: string

    The error message if the transaction was not successfully broadcasted.

    peers?: number

    The number of peers that the transaction was broadcasted to.

    result?: string

    The result of the broadcasted transaction.

    success: boolean

    Whether the transaction was successfully broadcasted.