Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 303 Bytes

ProposalExecuteInterface.md

File metadata and controls

16 lines (10 loc) · 303 Bytes

Solidity API

ProposalExecuteInterface

executeProposal

function executeProposal(bytes32 proposalId, uint256 winningOption) external returns (bool)

finishProposal

function finishProposal(bytes32 proposalId, uint256 winningOption) external returns (bool)