Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/types/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ type EVMService interface {
LatestAndFinalizedHead(ctx context.Context) (latest evm.Head, finalized evm.Head, err error)

// GetTransactionFee retrieves the fee of a transaction in wei from the underlying chain
// If transaction is not finalized returns error
GetTransactionFee(ctx context.Context, transactionID IdempotencyKey) (*evm.TransactionFee, error)

// GetTransactionStatus returns the current status of a transaction in the underlying chain's TXM.
Expand Down
Loading