mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-24 16:18:40 +00:00
5 lines
156 B
Solidity
5 lines
156 B
Solidity
pragma solidity ^0.4.17;
|
|
|
|
contract ProposalExecutor {
|
|
function executeProposal(address topic, uint value, bytes data) external returns (bool success);
|
|
} |