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

Function buildAbiDefinedNonpayableFunction

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

Source from the content-addressed store, hash-verified

77});
78
79export const buildAbiDefinedNonpayableFunction = (
80 overrides: Partial<AbiDefinedNonpayableFunction> = {},
81): AbiDefinedNonpayableFunction => ({
82 ...buildAbiDefinedFunction(overrides),
83 stateMutability: "nonpayable",
84});
85
86export const buildAbiDefinedPayableFunction = (
87 overrides: Partial<AbiDefinedPayableFunction> = {},

Callers 2

renderNonpayableFunction · 0.90
index.test.tsxFile · 0.90

Calls 1

buildAbiDefinedFunctionFunction · 0.85

Tested by 1

renderNonpayableFunction · 0.72