tari_core 5.3.1

Core Tari protocol components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2022 The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

syntax = "proto3";

package tari.mempool;

message StatsResponse {
    uint64 unconfirmed_txs = 2;
    uint64 reorg_txs = 5;
    uint64 unconfirmed_weight = 6;
}