Shielded Wallet Client
Full-featured client with encryption, shielded writes, and signed reads
Import
import { createShieldedWalletClient } from "seismic-viem";Constructor
const walletClient = await createShieldedWalletClient({
chain: seismicTestnet,
transport: http(),
account: privateKeyToAccount("0x..."),
});Parameters
Parameter
Type
Required
Description
Return Type
Usage
Initialization Lifecycle
Actions
Shielded Wallet Actions
Action
Description
Encryption Actions
Action
Description
Inherited Actions
Examples
Shielded Write
Signed Read
Reusing a Public Client
Debug Write
Custom Encryption Key
getEncryption() Standalone Function
getEncryption() Standalone FunctionParameter
Type
Required
Description
See Also
Last updated

