Shielded Public Client
Read-only client with TEE key access and precompile support
Import
import { createShieldedPublicClient } from "seismic-viem";Constructor
const publicClient = createShieldedPublicClient({
chain: seismicTestnet,
transport: http(),
});Parameters
Parameter
Type
Required
Description
Return Type
Usage
Actions
Shielded Public Actions
Action
Return Type
Description
Precompile Actions
Action
Return Type
Description
SRC20 Actions
Action
Return Type
Description
Deposit Contract Actions
Action
Return Type
Description
Standard viem Public Actions
getStorageAt Disabled
getStorageAt DisabledExamples
Fetching the TEE Public Key
Using Precompiles
Explorer URL Helpers
See Also
Last updated

