Created
May 22, 2016 06:43
-
-
Save jsmith-dev/59a90c8337509af2bc3760ab46c1f0be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
contract blockfreight_dao_bif | |
{ | |
function NewProposal(string32 in1) { ... } | |
function bar(uint256 in1, string in2) returns (string out1, bool out2) { ... } | |
function baz(uint32 in1, real in2) returns bool { ... } | |
state: | |
uint256 tom; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment