Skip to content

Commit

Permalink
Update doc/release-notes-5776.md
Browse files Browse the repository at this point in the history
Co-authored-by: thephez <[email protected]>
  • Loading branch information
ogabrielides and thephez authored Dec 19, 2023
1 parent 08ad2cb commit a3d076e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/release-notes-5776.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Added RPC
--------

- `getassetunlockchainlocks` RPC allows to fetch Asset Unlock txs by their withdrawal index. The RPC accepts an array of indexes and returns status for each index.
- `getassetunlockstatuses` RPC allows fetching of Asset Unlock txs by their withdrawal index. The RPC accepts an array of indexes and returns status for each index.
The possible outcomes per each index are:
- "chainlocked": If the Asset Unlock index is mined on a Chainlocked block.
- "mined": If no Chainlock information is available, and the Asset Unlock index is mined.
- "chainlocked": If the Asset Unlock index is mined on a ChainLocked block.
- "mined": If no ChainLock information is available, and the Asset Unlock index is mined.
- "mempooled": If the Asset Unlock index is in the mempool.
- null: If none of the above are valid.

Expand Down

0 comments on commit a3d076e

Please sign in to comment.