CCC Docs
    Preparing search index...

    Type Alias JsonRpcIndexerFindTransactionsGroupedResponse

    type JsonRpcIndexerFindTransactionsGroupedResponse = {
        last_cursor: string;
        objects: {
            tx_hash: Hex;
            block_number: Hex;
            tx_index: Hex;
            cells: ["input" | "output", Hex][];
        }[];
    }
    Index

    Properties

    Properties

    last_cursor: string
    objects: {
        tx_hash: Hex;
        block_number: Hex;
        tx_index: Hex;
        cells: ["input" | "output", Hex][];
    }[]