Created
June 27, 2018 11:34
-
-
Save galderz/8921fd5325305e7f6a5d980523b6f5be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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