Skip to content

Commit

Permalink
Merge pull request #290 from blockfrost/fix/webhook-event-type
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Dec 20, 2023
2 parents 79518f4 + 0d2e86d commit 0be1e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export type TransactionPayload = {
export type StakeDelegationPayload = {
tx: Responses['tx_content'];
// delegations with pool data
delegations: Responses['tx_content_delegations'][number] & {
delegations: (Responses['tx_content_delegations'][number] & {
pool: Responses['pool'];
};
})[];
};

export type EpochPayload = {
Expand Down

0 comments on commit 0be1e0c

Please sign in to comment.