Skip to content

Commit

Permalink
introduced ERC20TokenAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
rommex committed Apr 10, 2024
1 parent f4610ee commit 659105f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ struct EVMTokenAmount {
}
}

protocol ERC20TokenAmount {
var decimals: UInt8 { get }
}

struct EstimatedGasPrices {
let normal: EVMTokenAmount
let fast: EVMTokenAmount
Expand Down

0 comments on commit 659105f

Please sign in to comment.