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

