Skip to content

Commit

Permalink
Export the individual event response instance (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Jan 9, 2024
1 parent d2cf06b commit fbcb184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soroban/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export namespace Api {
events: EventResponse[];
}

interface EventResponse extends BaseEventResponse {
export interface EventResponse extends BaseEventResponse {
contractId?: Contract;
topic: xdr.ScVal[];
value: xdr.ScVal;
Expand Down

0 comments on commit fbcb184

Please sign in to comment.