From 4e9c49537ed1d57f54e802a63d0bf24b34a90665 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Thu, 1 Oct 2020 17:09:32 -0500 Subject: [PATCH] Update predicate fields to match the upcoming Horizon release. --- src/horizon_api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/horizon_api.ts b/src/horizon_api.ts index 6f774b72d..d845327bc 100644 --- a/src/horizon_api.ts +++ b/src/horizon_api.ts @@ -365,8 +365,8 @@ export namespace Horizon { and?: Predicate[]; or?: Predicate[]; not?: Predicate; - absBefore?: string; - relBefore?: string; + abs_before?: string; + rel_before?: string; } export interface Claimant {