Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacksmith-eth/blacksmith
/ buildTransactionHash
Function
buildTransactionHash
testing/factory/index.ts:144–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
export
const
buildResult = (value: Result) => value;
143
144
export
const
buildTransactionHash = () =>
145
faker.string.hexadecimal({ length: 64, casing:
"lower"
});
Callers
2
index.test.tsx
File · 0.90
index.test.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected