move repeated attributes into Claim directly, added ClaimList #31

Merged
eukreign merged 7 commits from claim_list_etc into master 2019-04-15 20:18:13 +02:00
Showing only changes of commit 48a7102fa5 - Show all commits

View file

@ -45,12 +45,7 @@ message Stream {
}
message ClaimList {
enum ListType {
COLLECTION = 0;
DERIVATION = 1;
}
repeated bytes claims = 1;
ListType list_type = 2;
}
message Fee {