Skip to content

Commit

Permalink
Add home_domain to ServerApi.AccountRecord (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
andywer authored and abuiles committed Jul 22, 2019
1 parent 845ff35 commit 2908dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export namespace ServerApi {
account_id: string;
sequence: string;
subentry_count: number;
home_domain?: string;
inflation_destination?: string;
last_modified_ledger: number;
thresholds: Horizon.AccountThresholds;
Expand Down

0 comments on commit 2908dd1

Please sign in to comment.