Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
feat: turn ExtrinsicEvent into an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kratico committed Dec 22, 2022
1 parent adda484 commit e088e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effects/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function events<Extrinsic extends SignedExtrinsic, FinalizedHash extends
}, k2_)
}

export type ExtrinsicEvent = {
export interface ExtrinsicEvent {
event?: Record<string, any>
phase: { value: number }
}

0 comments on commit e088e4b

Please sign in to comment.