create_async_wallet_client
Create async Web3 instance with full Seismic wallet capabilities
Overview
Signature
async def create_async_wallet_client(
provider_url: str,
private_key: PrivateKey,
*,
encryption_sk: PrivateKey | None = None,
ws: bool = False,
) -> AsyncWeb3Parameters
Parameter
Type
Required
Description
Returns
Type
Description
Examples
Basic Usage (HTTP)
WebSocket Connection
Using Chain Configuration
Context Manager Pattern
Async Application
With Custom Encryption Key
How It Works
Client Capabilities
Standard AsyncWeb3 Methods (e.g. w3.eth, w3.net)
w3.eth, w3.net)Async Seismic Methods (w3.seismic)
w3.seismic)HTTP vs WebSocket
Encryption
Notes
Warnings
See Also
Last updated

