Cancel
Cancelling a proposal via onchain interaction.
Function Implementation in CHNGovernance
CHNGovernanceFunction Signature:
function cancel(uint proposalId) publicParameters
Example Solidity Implementation
CHNGovernance gov = CHNGovernance(0x123...); // Contract address of CHNGovernance
gov.cancel(proposalId);Web3.js Implementation (v1.2.6)
Technical Considerations
Last updated
