SeismicSignedProvider
Full-featured Seismic provider with wallet integration, encryption, and response decryption
Overview
Construction
use seismic_prelude::client::*;
use seismic_alloy_network::reth::SeismicReth;
let signer: PrivateKeySigner = "0xYOUR_PRIVATE_KEY".parse()?;
let wallet = SeismicWallet::<SeismicReth>::from(signer);HTTP
WebSocket
With Pre-fetched TEE Pubkey
Local Development with sanvil
Contract Interaction
Per-Call Overrides (ShieldedCallBuilder)
Method
Description
EIP-712 (Browser Wallet Compatibility)
Low-Level Trait Methods
Via Standard Alloy Provider
ProviderFiller Chain
Step
Filler
Purpose
Examples
Shielded Write
Signed Read
Pre-fetched TEE Pubkey
How It Works
Notes
See Also
Last updated

