Skip to content

Commit

Permalink
Expose Horizon's EffectType enum for inspection (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
challet authored Nov 13, 2024
1 parent e6957ff commit 3a4253a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/horizon/server_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export namespace ServerApi {
| Trade;

export type EffectRecord = BaseEffectRecordFromTypes & EffectRecordMethods;
export const EffectType = Effects.EffectType;
export interface ClaimableBalanceRecord extends HorizonApi.BaseResponse {
id: string;
paging_token: string;
Expand Down

0 comments on commit 3a4253a

Please sign in to comment.