Add p_ (private) parameters for enhanced QR-Codes

jenniferberger 2017-11-13 10:50:20 +01:00
parent cb581cd255
commit 47ce801ca3
1 changed files with 4 additions and 0 deletions

@ -16,6 +16,10 @@ The following parameters can be optionally appended to the resulting URI:
| recipient_name | String | ? | The proposed contact name of the recipient. |
| tx_amount | Float | query | The proposed amount of the transaction in atomic currency units. |
| tx_description | String | fragment | Describes the transaction which should be initiated. |
| p_v_key | String | hex | The view key of a wallet. |
| p_s_key | String | hex | The spend key of a wallet. |
| p_min_height | Int | number | The height when the wallet was created. |
| p_seed | String | text | The seed to restore the wallet. |
Thus the resulting URI may look something like this:
```