package
2.5.6+incompatible
Repository: https://github.com/lbryio/chainquery.git
Documentation: pkg.go.dev

# Functions

AddressSummaryAction returns address details: received, spent, balance.
AutoUpdateAction takes a travis webhook for a successful deployment and runs an environment script to self update.
ChainQueryStatusAction returns status information of the chainquery application.
IndexAction returns Hello World!.
ProcessBlocks processed a specific block or range of blocks if authorized.
SQLQueryAction returns an array of structured data matching the queried results.
SyncAddressBalance will synchronize the balances for all addresses in chainquery.
SyncName syncs the claims for a give name with the lbrycrd claimtrie ( effective amount, valid at height, and bidstate).
SyncTransactionValue will synchronize the value of all transactions in chainquery.
ValidateChainData validates a range of blocks ensure that the block,Txs, and the same number of outputs,inputs exist.If a difference in data is identified it will return an array identifying where there are differences.

# Variables

AutoUpdateCommand is the path of the shell script to run in the environment chainquery is installed on.
MaxSQLAPITimeout sets a timeout, in seconds, on queries placed against the SQL API.