github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/transactions/doc.go (about)

     1  // Copyright 2016, 2024 The TrueBlocks Authors. All rights reserved.
     2  // Use of this source code is governed by a license that can
     3  // be found in the LICENSE file.
     4  /*
     5   * Parts of this file were auto generated. Edit only those parts of
     6   * the code inside of 'EXISTING_CODE' tags.
     7   */
     8  
     9  // transactionsPkg implements the chifra transactions command.
    10  //
    11  // The chifra transactions tool retrieves transactions directly from the Ethereum node or from the TrueBlocks cache (if present). You may specify multiple transaction identifiers
    12  // per invocation. Unlike the Ethereum RPC, the reported transactions include the transaction's receipt
    13  // and generated logs.
    14  //
    15  // The --articulate option fetches the ABI from each encountered smart contract (including those
    16  // encountered in a trace--if the --trace option is enabled) to better describe the reported data.
    17  //
    18  // The --trace option attaches an array transaction traces to the output (if the node you're querying
    19  // has --tracing enabled), while the --uniq option displays a list of uniq address appearances
    20  // instead of the underlying data (including uniq addresses in traces if enabled).
    21  package transactionsPkg