Docs

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

CodeMessage
24Block not found
27Invalid transaction index in a block

Examples

On this page