We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086c004 commit 3740ea0Copy full SHA for 3740ea0
src/horizon_api.ts
@@ -31,6 +31,8 @@ export namespace Horizon {
31
created_at: string;
32
fee_meta_xdr: string;
33
fee_paid: number;
34
+ fee_charged: number;
35
+ max_fee: number;
36
id: string;
37
memo_type: MemoType;
38
memo?: string;
0 commit comments