debug_send_shielded_transaction
Send shielded transaction and return debug artifacts
Signatures
# sync
w3.seismic.debug_send_shielded_transaction(...same args as send_shielded_transaction...) -> DebugWriteResult
# async
await w3.seismic.debug_send_shielded_transaction(...same args...) -> DebugWriteResultReturns
Field
Type
Description
Example
result = w3.seismic.debug_send_shielded_transaction(to="0xTarget", data=calldata)
print(result.tx_hash.hex())
print(result.plaintext_tx.data.hex())
print(result.shielded_tx.data.hex())Notes
See Also
Last updated

