Skip to content

Commit

Permalink
fix: fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
akasuv committed Sep 28, 2023
1 parent a1ac09c commit 75b085f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ export type PaymasterClient<T extends Transport = HttpTransport> = Client<
PaymasterActions
>;

export type OnChainUserOperation = UserOperation & {
export type OnChainUserOperation = {
userOperation: UserOperation;
blockHash: Hash;
blockNumber: Hex;
entryPoint: Address;
Expand Down

0 comments on commit 75b085f

Please sign in to comment.