added a new protobuf for paginating txo results #29

Merged
eukreign merged 8 commits from txo into master 2019-05-20 21:07:55 +02:00
Showing only changes of commit 86b26e43db - Show all commits

View file

@ -26,9 +26,9 @@ message ClaimMeta {
uint64 support_amount = 5;
uint32 claims_in_channel = 6;
uint32 trending_group = 7;
sint64 trending_mixed = 8;
sint64 trending_local = 9;
sint64 trending_global = 10;
float trending_mixed = 8;
float trending_local = 9;
float trending_global = 10;
}
message Error {