diff --git a/src/horizon_api.ts b/src/horizon_api.ts index 665a23707..411bc45ec 100644 --- a/src/horizon_api.ts +++ b/src/horizon_api.ts @@ -31,6 +31,8 @@ export namespace Horizon { created_at: string; fee_meta_xdr: string; fee_paid: number; + fee_charged: number; + max_fee: number; id: string; memo_type: MemoType; memo?: string;