Skip to content

Instantly share code, notes, and snippets.

@kosecki123
Last active May 7, 2018 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosecki123/bad74fe716a935dfa13f76c49f5e7949 to your computer and use it in GitHub Desktop.
Save kosecki123/bad74fe716a935dfa13f76c49f5e7949 to your computer and use it in GitHub Desktop.
canExecute
function execute(bytes _serializedTransaction)
public returns (bool)
{
require(checkHash(_serializedTransaction));
require(canExecute(_serializedTransaction));
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment