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

Function randomAddress

tests/simulation/native_transfer.test.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 */
29describe('Native Transfer Tests', () => {
30 const randomAddress = () => privateKeyToAccount(generatePrivateKey()).address
31 const transferHelperArtifact = async () => {
32 return await hre.artifacts.readArtifact('NativeTransferHelper')
33 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected