You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RPC starknet_getTransactionReceipt executes two query to fetch transaction and receipt. Tx ref and receipt ref. With combined layout for transactions and receipts, two query becomes redundant and we should implement accessor to fetch both with one query.
Description
Currently RPC
starknet_getTransactionReceiptexecutes two query to fetch transaction and receipt. Tx ref and receipt ref. With combined layout for transactions and receipts, two query becomes redundant and we should implement accessor to fetch both with one query.