MCPcopy Create free account
hub / github.com/blacksmith-eth/blacksmith / buildAbiDefinedPayableFunction

Function buildAbiDefinedPayableFunction

testing/factory/index.ts:86–91  ·  view source on GitHub ↗
(
  overrides: Partial<AbiDefinedPayableFunction> = {},
)

Source from the content-addressed store, hash-verified

84});
85
86export const buildAbiDefinedPayableFunction = (
87 overrides: Partial<AbiDefinedPayableFunction> = {},
88): AbiDefinedPayableFunction => ({
89 ...buildAbiDefinedFunction(overrides),
90 stateMutability: "payable",
91});
92
93export const buildAbiDefinedPureFunction = (
94 overrides: Partial<AbiDefinedPureFunction> = {},

Callers 2

renderPayableFunction · 0.90
index.test.tsxFile · 0.90

Calls 1

buildAbiDefinedFunctionFunction · 0.85

Tested by 1

renderPayableFunction · 0.72