Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save slashbinslashnoname/c2f6076c0a00f3bc8283397cba177c16 to your computer and use it in GitHub Desktop.
Save slashbinslashnoname/c2f6076c0a00f3bc8283397cba177c16 to your computer and use it in GitHub Desktop.
contract prout{
struct Member {
string sName;
address aAddressMember;
}
Member[] public sMembers;
function getMembers() internal constant returns (Member[]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment