Skip to content

Instantly share code, notes, and snippets.

@ukstv
Created March 30, 2018 10:24
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 ukstv/ef3f593e4aa4b1abd04c68d797a8c1ef to your computer and use it in GitHub Desktop.
Save ukstv/ef3f593e4aa4b1abd04c68d797a8c1ef to your computer and use it in GitHub Desktop.
function doCall(address destination, uint256 value, bytes data, bytes senderSig, bytes receiverSig);
function doDelegate(address destination, bytes data, bytes senderSig, bytes receiverSig);
function isUnanimous(bytes32 _hash, bytes _senderSig, bytes _receiverSig) public view returns(bool);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment