explorer-backend
explorer-backend copied to clipboard
Ergo Blockchain Explorer
https://testnet.ergoplatform.com/en/transactions/64559c2aec3d134e9b206abae0b08f254d0fe93ad1b38d25f0fdf2915107a3fe 1 `lpSwapNFT` token in , 2 tokens out (1st and 3rd outputs)
If we request txId `ce264e9b9e38e9ecd3e000c432dcb2521aff4b5c00cabd6422fd73805c5e2dc1` from Explorer, we get two different response. The difference is in the field of blockId of outputs! Two blockIds are: `bba5efc7038383f62e7551a75dcf87d71968086b399e6fe65946663356459375` `7b67ae78435f419673b587b96e293db4d519603c8396c29289c50a9a475d96a2`
For example, here https://api-testnet.ergoplatform.com/api/v1/transactions/24b0563dfec26cb932acb93e31733751eb457391928fbdfb2a6ac7acb4988146 the first input has ContextExtension, but it's missing in JSON.
The documentation for V1 contains type inconsistencies with the actual API return types. For instance, the `additionalRegisters` field is documented as a simple string for each key, but the actual...