Skip to content

Commit

Permalink
Apparently another effect was missing too
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Jul 12, 2023
1 parent 759f5a6 commit 9c66448
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,11 @@ export type SignerSponsorshipRemoved = Omit<
SignerSponsorshipEvents,
"new_sponsor" | "sponsor"
> & { type_i: EffectType.signer_sponsorship_removed };

export interface ClaimableBalanceClawedBack extends Horizon.BaseResponse {
balance_id: string
}

export interface LiquidityPoolEffectRecord extends Horizon.BaseResponse {
id: string;
fee_bp: number;
Expand Down Expand Up @@ -308,6 +313,7 @@ export interface LiquidityPoolRevokedEffect extends BaseEffectRecord {
];
shares_revoked: string;
}

export interface ContractCreditedEffect extends BaseEffectRecord, OfferAsset {
type_i: EffectType.contract_credited;
contract: string;
Expand Down

0 comments on commit 9c66448

Please sign in to comment.