MCPcopy 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

142export const buildResult = (value: Result) => value;
143
144export const buildTransactionHash = () =>
145 faker.string.hexadecimal({ length: 64, casing: "lower" });

Callers 2

index.test.tsxFile · 0.90
index.test.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected