Skip to content

Instantly share code, notes, and snippets.

@jeroenouw
Last active September 3, 2018 13:13
Show Gist options
  • Save jeroenouw/2dbad2824e6cc6e4482eb86e06c57340 to your computer and use it in GitHub Desktop.
Save jeroenouw/2dbad2824e6cc6e4482eb86e06c57340 to your computer and use it in GitHub Desktop.
struct
struct FreelancerData {
bytes32 firstname;
bytes32 lastname;
uint256 coins;
uint256 cash;
bytes32 service;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment