mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
developer-guides: add missing offset parameter to wallet rpc
This commit is contained in:
parent
d2ed963087
commit
37ae53d7d0
1 changed files with 2 additions and 0 deletions
|
@ -2350,6 +2350,7 @@ Inputs:
|
|||
|
||||
Outputs:
|
||||
|
||||
* *offset* - unsigned int
|
||||
* *signed_key_images* - array of signed key images:
|
||||
* *key_image* - string;
|
||||
* *signature* - string;
|
||||
|
@ -2382,6 +2383,7 @@ Alias: *None*.
|
|||
|
||||
Inputs:
|
||||
|
||||
* *offset* - unsigned int (optional)
|
||||
* *signed_key_images* - array of signed key images:
|
||||
* *key_image* - string;
|
||||
* *signature* - string;
|
||||
|
|
Loading…
Reference in a new issue