Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jan 14, 2025
1 parent 1efbe8b commit 902f27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface Relayer {
transactions: proto.MetaTxnLog[]
}>

// getTransactionCost returns the estimated cost of a transaction between addresses
// getTransactionCost returns the used fee cost for gas tank during a given period
getTransactionCost(projectId: number, from: string, to: string): Promise<{
cost: number
}>
Expand Down

0 comments on commit 902f27e

Please sign in to comment.