Skip to content

Commit

Permalink
update get_transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
KryptomineCH authored Oct 20, 2023
1 parent 83d7d02 commit fe661a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/rpc-reference/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -1704,6 +1704,9 @@ Request Parameters:
| reverse | BOOLEAN | False | Set to `true` to sort the results in reverse order [Default: false] |
| to_address | STRING | False | Only include transactions with this `to_address` [Default: None] |

Note: By default, the function lists the oldest transactions first. This is recommended for building a transaction history due to pagination.
If reverse is set to true, it lists the newest transactions first. This is most useful for fetching recent transactions.

<details>
<summary>Example 1: List a single XCH transaction</summary>

Expand Down

0 comments on commit fe661a0

Please sign in to comment.