Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
export
const
createWalletClient = <T extends Account>(hre: HardhatRuntimeEnvironment, account: T) =>
62
viemCreateWalletClient({ account, chain: getChain(hre), transport: http() })
Callers
8
initClients
Function · 0.90
randSender
Function · 0.90
localSigningSender
Function · 0.90
PrecompileCode.test.ts
File · 0.90
genesis.test.ts
File · 0.90
4844.test.ts
File · 0.90
getController
Function · 0.90
createRandWallet
Function · 0.90
Calls
1
getChain
Function · 0.85
Tested by
3
initClients
Function · 0.72
randSender
Function · 0.72
localSigningSender
Function · 0.72