starknet_getTransactionByBlockIdAndIndex - ...
Get the details of a transaction by a given block id and index
Get the details of a transaction by a given block id and index
Get the details of the transaction given by the identified block and index in that block. If no transaction is found, null is returned.
Errors
| Code | Message |
|---|---|
| 24 | Block not found |
| 27 | Invalid transaction index in a block |
Examples
starknet_getStorageProof - Get merkle paths...
Get merkle paths in one of the state tries: global state, classes, individual contract. A single request can query for any mix of the three types of storage proofs (classes, contracts, and storage).
starknet_getTransactionByHash - Get the det...
Get the details and status of a submitted transaction