Skip to main content
deleteCallingFunction(config, rulesEngineComponentContract, policyId, callingFunctionId, confirmationCount): Promise<number>
Defined in: src/modules/calling-functions.ts:183 Delete a calling function from the rules engine component contract.

Parameters

Returns

Promise<number> A promise that resolves to the result of the contract interaction, or -1 if unsuccessful.

Throws

Will retry indefinitely on contract interaction failure, with a delay between attempts.