Fix distribution endpoint #449
Annotations
14 errors
|
lint
Process completed with exit code 1.
|
|
lint
Property 'missed' does not exist on type 'ActiveValidator | InactiveValidator'.
|
|
lint
Property 'rewarded' does not exist on type 'ActiveValidator | InactiveValidator'.
|
|
lint
Property 'kind' does not exist on type 'Inherent'.
|
|
lint
Type 'ActiveValidator' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
lint
Conversion of type 'Inherent[]' to type 'ActiveValidator' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
lint
Type '{ likelihood: number; missed: number; rewarded: number; dominanceRatioViaBalance: number; dominanceRatioViaSlots: number; balance: number; }' is not assignable to type 'ActiveValidator | InactiveValidator'.
|
|
package
Process completed with exit code 1.
|
|
package
Property 'missed' does not exist on type 'ActiveValidator | InactiveValidator'.
|
|
package
Property 'rewarded' does not exist on type 'ActiveValidator | InactiveValidator'.
|
|
package
Property 'kind' does not exist on type 'Inherent'.
|
|
package
Type 'ActiveValidator' must have a '[Symbol.iterator]()' method that returns an iterator.
|
|
package
Conversion of type 'Inherent[]' to type 'ActiveValidator' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
package
Type '{ likelihood: number; missed: number; rewarded: number; dominanceRatioViaBalance: number; dominanceRatioViaSlots: number; balance: number; }' is not assignable to type 'ActiveValidator | InactiveValidator'.
|