Skip to content

Commit 775a5e4

Browse files
authored
Update predicate fields to match the upcoming Horizon release. (#575)
1 parent d330371 commit 775a5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/horizon_api.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ export namespace Horizon {
365365
and?: Predicate[];
366366
or?: Predicate[];
367367
not?: Predicate;
368-
absBefore?: string;
369-
relBefore?: string;
368+
abs_before?: string;
369+
rel_before?: string;
370370
}
371371

372372
export interface Claimant {

0 commit comments

Comments
 (0)