github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/receipts/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 // receiptsPkg implements the chifra receipts command. 10 // 11 // chifra receipts returns the given transaction's receipt. You may specify multiple transaction identifiers 12 // per invocation. 13 // 14 // The --articulate option fetches the ABI from each encountered smart contract (including those 15 // encountered in a trace--if the --trace option is enabled) to better describe the reported data. 16 // 17 // Generally speaking, this tool is less useful than others as you may report the same data using 18 // chifra transactions and more focused data using chifra logs. It is included here for 19 // completeness, as the receipt is a fundamental data structure in Ethereum. 20 package receiptsPkg