Skip to content

Commit

Permalink
Merge pull request #83 from xelis-project/dev
Browse files Browse the repository at this point in the history
v1.13.2
  • Loading branch information
Slixe authored Jul 22, 2024
2 parents e03086b + 6b6b196 commit 12afc77
Show file tree
Hide file tree
Showing 34 changed files with 606 additions and 197 deletions.
28 changes: 28 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ No parameters
"result": {
"average_block_time": 16494,
"block_reward": 145979248,
"miner_reward": 1313813232,
"dev_reward": 14597924,
"block_time_target": 15000,
"circulating_supply": 3155962164200,
"difficulty": "62283705000",
Expand Down Expand Up @@ -8156,6 +8158,32 @@ When it's not provided, Fee Builder is set by default to multiplier 1 to pay wha
}
```

#### Clear TX Cache
In case of a failure while broadcasting a TX from this wallet by yourself, you can erase the TX cache stored in the wallet.

##### Method `clear_tx_cache`

##### Parameters
No parameters

##### Request
```json
{
"jsonrpc": "2.0",
"method": "clear_tx_cache",
"id": 1
}
```

##### Response
```json
{
"id": 1,
"jsonrpc": "2.0",
"result": true
}
```

#### List Transactions
Search transactions based on various parameters.
By default it accepts every TXs.
Expand Down
Loading

0 comments on commit 12afc77

Please sign in to comment.