Skip to content

Instantly share code, notes, and snippets.

@zaryab2000
Created June 14, 2020 07:41
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 zaryab2000/f09220b94f9bc0434169b8c3117cc7d2 to your computer and use it in GitHub Desktop.
Save zaryab2000/f09220b94f9bc0434169b8c3117cc7d2 to your computer and use it in GitHub Desktop.
contract HealthCareStore is Ownable{
uint public pidCount;
uint public withdrawCount;
uint public doctorCount;
uint public donorCount;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment