Skip to content

Instantly share code, notes, and snippets.

@galderz
Created June 27, 2018 11:34
Show Gist options
  • Save galderz/8921fd5325305e7f6a5d980523b6f5be to your computer and use it in GitHub Desktop.
Save galderz/8921fd5325305e7f6a5d980523b6f5be to your computer and use it in GitHub Desktop.
package crypto;
/**
* @Indexed
*/
message CryptoCurrency {
/**
* @Field
*/
required string description = 10;
/**
* @Field
*/
required uint32 rank = 20;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment