ViemExtension
methodviem
moduleProperty | Type | Description |
---|---|---|
createPublicClient | (params: { chain: Chain }) => PublicClient | Creates a public viem client to interact with the given chain. |
createWalletClient | (params: { wallet: BaseWallet, chain?: Chain }) => WalletClient | Creates a wallet viem client to interact with the given wallet address. |
IViemExtension
type