Open
Description
Using indexer: {"commit":"f1738a43a88d8c523008a6aa948f2b8c38fd745f","version":"2.5.4"}
Querying list of transactions involving tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts
: https://indexer.namada.tududes.com/api/v1/chain/history?addresses=tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts&page=1&per_page=10&order=desc
Output is one transaction:
{
"results": [
{
"tx": {
"txId": "f1a5e377adba61d38884616d03ef89db0cbf7f990bc5f702f914d5c3683d7dc4",
"wrapperId": "8fdf7073060c4795ffd7436848f34e197097957d1bc80154ed88232f0e3e0b4b",
"kind": "revealPk",
"data": "{\"public_key\":\"ED25519_PK_PREFIXtpknam1qrx5k2xp220y7aq2ffvgg4xsrhy39ru4kf5g3kuyn6lxg3fdhzl8vq23y30\"}",
"memo": "496e74657220426c6f636b636861696e2053657276696365732052656c61796572",
"exitCode": "applied"
},
"target": "tnam1qr4xqmsrnzsh7xnkzykvrm6f2nw0eps2l5zvudts",
"kind": "sent",
"blockHeight": 1028265
}
],
"pagination": {
"page": 1,
"perPage": 30,
"totalPages": 1,
"totalItems": 1
}
}
But there are other transactions from this address that are not in the results above; two examples:
- https://indexer.namada.tududes.com/api/v1/chain/wrapper/DC291EEF8BC649CC8E582A4AA86EFC8F4E1494C9E265D98CF0182373DD202984
- https://indexer.namada.tududes.com/api/v1/chain/wrapper/F17403F77E0D05E9FB8D2CA1DCF5F1A193036D520BBAD7520048CE1B92573CF3
I want to be able to query IBC client update transactions to monitor and track the health of IBC relayers.
Metadata
Metadata
Assignees
Labels
No labels