forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee1774e
commit a1416bc
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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. | ||
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. | ||
- "mempooled": If the Asset Unlock index is in the mempool. | ||
- null: If none of the above are valid. | ||
|
||
Note: This RPC is whitelisted for the Platform RPC user. |