Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
monero-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
janowitz
monero-site
Commits
1f5d2c4f
Unverified
Commit
1f5d2c4f
authored
Aug 30, 2017
by
cryptobadger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Further reformatting
parent
eb581dda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
resources/developer-guides/wallet-rpc.md
resources/developer-guides/wallet-rpc.md
+8
-9
No files found.
resources/developer-guides/wallet-rpc.md
View file @
1f5d2c4f
...
...
@@ -741,14 +741,14 @@ Example:
### set_tx_notes
Set a
n a
rbitrary string notes for transactions.
Set arbitrary string notes for transactions.
Inputs:
*
*txids*
- - array of string; transaction ids
*
*notes*
- - array of string; notes for the transactions
Outputs:
*None*
.
*
*txids*
- array of string; transaction ids
*
*notes*
- array of string; notes for the transactions
Outputs:
*None*
.
Example:
...
...
@@ -763,16 +763,15 @@ Example:
### get_tx_notes
Get a string note for a transaction.
Get string notes for transactions.
Inputs:
*
*txids*
- array of
:
string; transaction ids
*
*txids*
- array of string; transaction ids
Outputs:
*
*notes*
- array of
:
string; notes for the transactions
*
*notes*
- array of string; notes for the transactions
Example:
...
...
@@ -812,7 +811,7 @@ Example:
### verify
Verify a signature on
the contents of
a string.
Verify a signature on a string.
Inputs:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment