[feature request] Instruction-level queries #4991
Labels
api-changes
Changes in the API for client libraries
Enhancement
New feature or request
queries
question
Further information is requested
Use case
In Explorer we need to display history not only in terms of blocks/transactions, but in terms of specific instructions (atomic operations) too: registers, mints, burns, transfers, grants, revokes etc.
Desired solution
FindInstructions
Register
,Mint
,Transfer
etc)FindTransactions
: allow fetch only shallow data of transactions, without "executable" - the list of ISIs in a single transaction could sometimes be vast; loading of WASM might not be needed at all.The text was updated successfully, but these errors were encountered: