Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jan 14, 2025
1 parent 62bdd83 commit c946b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/relayer/src/provider-relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export abstract class ProviderRelayer implements Relayer {
cost: number
}>

abstract getMetaTransactions(projectId: number, gasTankId: number, page?: commons.Page): Promise<{
page: commons.Page,
abstract getMetaTransactions(projectId: number, gasTankId: number, page?: proto.Page): Promise<{
page: proto.Page,
transactions: proto.MetaTxnLog[]
}>

Expand Down

0 comments on commit c946b2a

Please sign in to comment.