github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/list/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 // listPkg implements the chifra list command. 10 // 11 // chifra list takes one or more addresses, queries the index of appearances, and builds TrueBlocks 12 // monitors. A TrueBlocks monitor is a file that contains blockNumber.transactionIndex pairs (transaction 13 // identifiers) representing the history of the address. 14 // 15 // Because TrueBlocks only extracts data from the Ethereum node when it's requested, the first time 16 // you list an address it takes about a minute. Subsequent queries are much faster because TrueBlocks 17 // caches the results. 18 // 19 // Note that chifra list only queries the index, it does not extract the full transactional details. 20 // You may use chifra export for that. 21 package listPkg