Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jul 3, 2024
1 parent 483d437 commit 03702d4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ This document contains the help content for the `stellar` command-line program.
* [`stellar version`](#stellar-version)
* [`stellar tx`](#stellar-tx)
* [`stellar tx simulate`](#stellar-tx-simulate)
* [`stellar tx hash`](#stellar-tx-hash)
* [`stellar cache`](#stellar-cache)
* [`stellar cache clean`](#stellar-cache-clean)
* [`stellar cache path`](#stellar-cache-path)
Expand Down Expand Up @@ -1436,6 +1437,7 @@ Sign, Simulate, and Send transactions
###### **Subcommands:**

* `simulate` — Simulate a transaction envelope from stdin
* `hash` — Calculate the hash of a transaction envelope from stdin



Expand All @@ -1460,6 +1462,27 @@ Simulate a transaction envelope from stdin



## `stellar tx hash`

Calculate the hash of a transaction envelope from stdin

**Usage:** `stellar tx hash [OPTIONS] --source-account <SOURCE_ACCOUNT>`

###### **Options:**

* `--rpc-url <RPC_URL>` — RPC server endpoint
* `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
* `--network <NETWORK>` — Name of network to use from config
* `--source-account <SOURCE_ACCOUNT>` — Account that signs the final transaction. Alias `source`. Can be an identity (--source alice), a secret key (--source SC36…), or a seed phrase (--source "kite urban…")
* `--hd-path <HD_PATH>` — If using a seed phrase, which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
* `--global` — Use global config

Possible values: `true`, `false`

* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."



## `stellar cache`

Cache for transactions and contract specs
Expand Down

0 comments on commit 03702d4

Please sign in to comment.