z_importkey - Hush 3.10.0 RPC

z_importkey "zkey" ( rescan startHeight )

Adds a zkey (as returned by z_exportkey) to your wallet.

Arguments:
1. "zkey"             (string, required) The zkey (see z_exportkey)
2. rescan             (string, optional, default="whenkeyisnew") Rescan the wallet for transactions - can be "yes", "no" or "whenkeyisnew"
3. startHeight        (numeric, optional, default=0) Block height to start rescan from

Note: This call can take a long time to complete if rescan is true.

Examples:

Export a zkey
> hush-cli z_exportkey "myaddress"

Import the zkey with rescan
> hush-cli z_importkey "mykey"

Import the zkey with partial rescan
> hush-cli z_importkey "mykey" whenkeyisnew 30000

Re-import the zkey with longer partial rescan
> hush-cli z_importkey "mykey" yes 20000

As a JSON-RPC call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_importkey", "params": ["mykey", "no"] }' -H 'content-type: text/plain;' http://127.0.0.1:18031/


Maintained by The Hush Developers

Welcome to the Hush full node RPC developer documentation!!! You finally made it.




Auction










Lotto