diff --git a/docs/getting-started/wallet-handbook.md b/docs/getting-started/wallet-handbook.md index 157fd76c..583e2fa9 100644 --- a/docs/getting-started/wallet-handbook.md +++ b/docs/getting-started/wallet-handbook.md @@ -465,6 +465,26 @@ grin-wallet recover There are several global wallet arguments which you can provide for every command. + +### rewind_hash and scan rewind_hash + +The rewind_hash command returns the hash of the wallets __root public key_. Ensure the transparency (spending, receiving, balance etc) of a wallet that receive grin as donations. + +The scan_rewind_hash command makes the wallet scan the UTXO set and return the outputs and the total of grin owned by a view wallet rewind hash. Allow everyone to scan the rewind_hash of the wallet shared publicly. + + + - get the rewind_hash of the wallet + + - scan of the rewind_hash of a third-party wallet +```text +get_rewind_hash: `grin-wallet rewind_hash` +``` + +```text +scan_rewind_hash: `grin-wallet scan_rewind_hash 2c95b24de492395934a8a345440ed0ebbe67ee0025b348712a927a91c7fe58e9` +``` + + ### account To set the account for a wallet command, provide the `-a` argument.