MCPcopy Create free account
hub / github.com/circlefin/arc-node / createWalletClient

Function createWalletClient

scripts/hardhat/viem-helper.ts:61–62  ·  view source on GitHub ↗
(hre: HardhatRuntimeEnvironment, account: T)

Source from the content-addressed store, hash-verified

59}
60
61export const createWalletClient = <T extends Account>(hre: HardhatRuntimeEnvironment, account: T) =>
62 viemCreateWalletClient({ account, chain: getChain(hre), transport: http() })

Callers 8

initClientsFunction · 0.90
randSenderFunction · 0.90
localSigningSenderFunction · 0.90
genesis.test.tsFile · 0.90
4844.test.tsFile · 0.90
getControllerFunction · 0.90
createRandWalletFunction · 0.90

Calls 1

getChainFunction · 0.85

Tested by 3

initClientsFunction · 0.72
randSenderFunction · 0.72
localSigningSenderFunction · 0.72