create_wallet_client
Create sync Web3 instance with full Seismic wallet capabilities
Overview
Signature
def create_wallet_client(
rpc_url: str,
private_key: PrivateKey,
*,
encryption_sk: PrivateKey | None = None,
) -> Web3Parameters
Parameter
Type
Required
Description
Returns
Type
Description
Examples
Basic Usage
Using Chain Configuration
With Custom Encryption Key
Standard Web3 Operations
How It Works
Client Capabilities
Standard Web3 Methods (e.g. w3.eth, w3.net)
w3.eth, w3.net)Seismic Methods (w3.seismic)
w3.seismic)Encryption
Notes
Warnings
See Also
Last updated

