Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/rpc-library/wallet-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ Inputs:
Outputs:

- _transfer_ - JSON object containing payment information:
- _address_ - string; Address that transferred the funds. Base58 representation of the public keys.
- _address_ - string; Incoming: Address that received the funds. Outgoing: Address that transferred the funds.
- _amount_ - unsigned int; Amount of this transfer.
- _amounts_ - list; Individual amounts if multiple where received.
- _confirmations_ - unsigned int; Number of block mined since the block containing this transaction (or block height at which the transaction should be added to a block if not yet confirmed).
Expand Down