@arkade-os/sdk Documentation - v0.3.11
    Preparing search index...

    Type Alias TreeTxEvent

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

    Properties

    batchIndex: number
    chunk: TxTreeNode
    id: string
    topic: string[]
    type: TreeTx