github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/internal/state/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  // statePkg implements the chifra state command.
    10  //
    11  // The chifra state tool retrieves the balance of an address (or list of addresses) at the given block
    12  // (or blocks). Specify multiple addresses and/or multiple blocks if you wish, but you must specify
    13  // at least one address. If no block is specified, the latest block is reported.
    14  //
    15  // You may also query to see if an address is a smart contract as well as retrieve a contract's
    16  // byte code.
    17  package statePkg