TreeTxEvent: {
    batchIndex: number;
    chunk: TxTreeNode;
    id: string;
    topic: string[];
    type: TreeTx;
}

Type declaration