DebugWriteResult
Result from debug shielded write
Overview
Definition
@dataclass(frozen=True)
class DebugWriteResult:
"""Result from a debug shielded write (dwrite).
The transaction is broadcast (like .write), but the caller
also gets both the plaintext and encrypted views for inspection.
"""
plaintext_tx: PlaintextTx
shielded_tx: UnsignedSeismicTx
tx_hash: HexBytesFields
Field
Type
Description
Examples
Basic Usage
Wait for Receipt
Compare Plaintext vs Encrypted
Inspect Transaction Fields
Debug Encryption
Gas Analysis
Behavior
Transaction is Broadcast
Both Views Provided
Use Cases
Development and Testing
Debugging Encryption Issues
Auditing Transaction Parameters
Properties
Warnings
Production Alternative
Notes
See Also
Last updated

