Skip to content

Commit

Permalink
fix: remove epochBlockHeight from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jun 1, 2024
1 parent b4f1190 commit b646f08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ export interface ArIOReadContract extends BaseContract<ArIOState> {
}: EvaluationParameters): Promise<WeightedObserver[]>;
getObservations({
evaluationOptions,
}: EvaluationParameters<{
epochStartHeight?: number;
}>): Promise<Observations>;
}: EvaluationParameters): Promise<Observations>;
getDistributions({
evaluationOptions,
}: EvaluationParameters): Promise<EpochDistributionData>;
Expand Down

0 comments on commit b646f08

Please sign in to comment.