Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jsmith-dev/59a90c8337509af2bc3760ab46c1f0be to your computer and use it in GitHub Desktop.
Save jsmith-dev/59a90c8337509af2bc3760ab46c1f0be to your computer and use it in GitHub Desktop.
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