proposeNewCallingContractAdmin(Propose a new calling contract admin in the rules engine admin contract. This function proposes a new admin for a specific calling contract.config,rulesEngineAdminContract,callingContractAddress,newAdminAddress):Promise<void>
Parameters
| Parameter | Type | Description |
|---|---|---|
config | Config | The configuration object containing network and wallet information. |
rulesEngineAdminContract | object | The contract instance containing the address and ABI |
rulesEngineAdminContract.abi | (object | object | object)[] | - |
rulesEngineAdminContract.address | `0x${string}` | - |
callingContractAddress | `0x${string}` | The address of the calling contract to set the admin for. |
newAdminAddress | `0x${string}` | The address to propose as the new admin |
Returns
Promise<void>
A promise.