diff --git a/rest/v0/account.ts b/rest/v0/account.ts index 93f519d..0781bd4 100644 --- a/rest/v0/account.ts +++ b/rest/v0/account.ts @@ -151,6 +151,8 @@ export interface RESTGetAPIAccountTransactionPath { */ export interface RESTGetAPIAccountTransactionsResult { transactions: APITransaction[]; + total: number; + more: boolean; } /**