Merge pull request #292 from lbryio/reposted_property

add reposted property
This commit is contained in:
Sean Yesmunt 2020-03-19 13:21:59 -04:00 committed by GitHub
commit db0f48b56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ declare type GenericClaim = {
expiration_height: number,
is_controlling: boolean,
support_amount: string,
reposted: number,
trending_global: number,
trending_group: number,
trending_local: number,

1
flow-typed/Claim.js vendored
View file

@ -43,6 +43,7 @@ declare type GenericClaim = {
expiration_height: number,
is_controlling: boolean,
support_amount: string,
reposted: number,
trending_global: number,
trending_group: number,
trending_local: number,