SeismicNamespace
Sync wallet Seismic namespace
Definition
class SeismicNamespace(SeismicPublicNamespace):
encryption: EncryptionState
def contract(..., eip712: bool = False) -> ShieldedContract: ...
def send_shielded_transaction(..., eip712: bool = False) -> HexBytes: ...
def signed_call(..., gas: int = 30_000_000, eip712: bool = False) -> HexBytes: ...
def debug_send_shielded_transaction(..., eip712: bool = False) -> DebugWriteResult: ...
def deposit(..., address: str = DEPOSIT_CONTRACT_ADDRESS) -> HexBytes: ...Methods
Method
Returns
Description
Example
Notes
See Also
Last updated

