signed_call
Execute signed encrypted eth_call
Signatures
# sync
w3.seismic.signed_call(
*,
to: ChecksumAddress,
data: HexBytes,
value: int = 0,
gas: int = 30_000_000,
security: SeismicSecurityParams | None = None,
eip712: bool = False,
) -> HexBytes
# async
await w3.seismic.signed_call(...same args...) -> HexBytesParameters
Parameter
Type
Default
Description
Returns
Example
Notes
See Also
Last updated

