kwil-cli utils query-tx
kwil-cli utils query-tx
Queries a transaction from the blockchain. Requires 1 argument: the hex encoded transaction id.
Synopsis
Queries a transaction from the blockchain. Requires 1 argument: the hex encoded transaction id.
kwil-cli utils query-tx <tx_id> [flags]
Options
  -F, --full   display the full transaction details
  -h, --help   help for query-tx
  -R, --raw    also display the bytes of the serialized transaction
Options inherited from parent commands
  -Y, --assume-yes           Assume yes for all prompts
      --chain-id string      the expected/intended Kwil Chain ID
  -c, --config string        the path to the Kwil CLI persistent global settings file (default "/Users/brennanlamey/.kwil-cli/config.json")
      --output string        the format for command output - either 'text' or 'json' (default "text")
      --private-key string   the private key of the wallet that will be used for signing
      --provider string      the Kwil provider RPC endpoint (default "http://127.0.0.1:8484")
  -S, --silence              Silence logs
SEE ALSO
- kwil-cli utils - Various CLI utility commands.