-
Notifications
You must be signed in to change notification settings - Fork 496
Closed
Description
In order to validate an issuance transaction, the liquid-core give you the asset_entropy value that you can use to calculate asset_id and reissuance_token_id. Esplora shows you this information via the API but the value is missing or wrong.
e.g.issuance tx a89e97e9eec81802d65a8f013133267705c2bd249d46ba85f77cdf52778a0ffb
- from https://blockstream.info/liquid/api/tx/a89e97e9eec81802d65a8f013133267705c2bd249d46ba85f77cdf52778a0ffb -> "asset_entropy":null
- from liquid-cli getrawtransaction a89e97e9eec81802d65a8f013133267705c2bd249d46ba85f77cdf52778a0ffb 1 -> "assetEntropy": "cdf01324adba262a22008bd9df697adb5592c0a0c37afddc0f22bc3da2cb76d5",
issuance tx d535ded7ce07a0bb9c61d0fefff8127da3fc4833302b05e2b8a0cf9e04446af1
- from https://blockstream.info/liquid/api/tx/d535ded7ce07a0bb9c61d0fefff8127da3fc4833302b05e2b8a0cf9e04446af1 -> "asset_entropy":"793762dfdbee2d3e6fd0d8f26b922f8575412850ff884df55e1475ec79f1cb56"
- from liquid-cli getrawtransaction d535ded7ce07a0bb9c61d0fefff8127da3fc4833302b05e2b8a0cf9e04446af1 1 -> "assetEntropy": "e517d8680fa3d00eb3c5395ee86ed62db1e6f8d31609d3e7f50565dbbcec8023"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels