From 03702d4b0492975ffe0024da253ad67bfb6bd352 Mon Sep 17 00:00:00 2001 From: Blaine Heffron Date: Wed, 3 Jul 2024 18:40:33 -0400 Subject: [PATCH] docs --- FULL_HELP_DOCS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index ce1f5fedea..e575977e1b 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -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) @@ -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 @@ -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 ` + +###### **Options:** + +* `--rpc-url ` — RPC server endpoint +* `--network-passphrase ` — Network passphrase to sign the transaction sent to the rpc server +* `--network ` — Name of network to use from config +* `--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 ` — 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 ` — Location of config directory, default is "." + + + ## `stellar cache` Cache for transactions and contract specs