mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 04:33:56 -05:00
1022 B
1022 B
description: Methods for accessing and managing private transactions and privacy groups
Accessing Private and Privacy Marker Transactions
A private transaction creates a Privacy Marker Transaction in addition to the private transaction itself.
Use eth_getTransactionReceipt to
get the transaction receipt for the Privacy Maker Transaction and eea_getTransactionReceipt
to get the transaction receipt for the private transaction.
With the transaction hash returned when submitting the private transaction, use:
eth_getTransactionByHashto get the Privacy Marker Transaction .priv_getPrivateTransactionto get the private transaction.