Skip to content

Commit

Permalink
fix: rpc event
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Feb 19, 2024
1 parent ca2905b commit ae3e265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/api/rpcspec_0_6/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export type RESULT_PAGE_REQUEST = {
};

export type EMITTED_EVENT = EVENT & {
block_hash: BLOCK_HASH;
block_number: BLOCK_NUMBER;
transaction_hash: TXN_HASH;
};

Expand Down

0 comments on commit ae3e265

Please sign in to comment.