trending data in result.proto
This commit is contained in:
parent
8483ac4f66
commit
1a39853d99
1 changed files with 5 additions and 1 deletions
|
@ -23,8 +23,12 @@ message ClaimMeta {
|
|||
bool is_controlling = 2;
|
||||
uint32 activation_height = 3;
|
||||
uint64 effective_amount = 4;
|
||||
uint64 trending_amount = 5;
|
||||
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;
|
||||
}
|
||||
|
||||
message Error {
|
||||
|
|
Loading…
Reference in a new issue