deso-protocol / deso-protocol/rosetta-deso
Rosetta Transaction API giving null result
- Dominant language
- Go
- Stars
- 21
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
When trying to hit the Rosetta Transaction API, to get transaction details, null response is received.
API Request: POST /block/transaction
`{"network_identifier": {
"blockchain": "DeSo",
"network": "MAINNET"
},
"block_identifier": {
"index": 5420,
"hash": "00000000001213663791bc6a73a58da09e818ab29f908942d67e8ff03436b40c"
},
"transaction_identifier": {
"hash": "423509bb9a039197cc09115b5ea582d253909a6c58933ca88c661aa9a2c55063"
}
}`
Response Received:
`{
"transaction": {
"transaction_identifier": null,
"operations": null
}
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.