Skip to main content

kwild utils query-tx

kwild 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.

kwild 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

      --authrpc-cert string   kwild's TLS server certificate, required for HTTPS server
--output string the format for command output - either 'text' or 'json' (default "text")
--pass string admin server password (alternative to mTLS with tlskey/tlscert)
-r, --root string root directory (default "/home/jon/.kwild")
-s, --rpcserver string admin RPC server address (either UNIX socket path or TCP address) (default "/tmp/kwild.socket")
--tlscert string TLS client certificate file for server to authenticate us (default "auth.cert")
--tlskey string TLS client key file to establish a mTLS (authenticated) connection (default "auth.key")

SEE ALSO