Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hop-protocol/hop
/ toString
Method
toString
packages/frontend/src/models/Price.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
toString() {
21
return
this.price().toString()
22
}
23
24
inverted() {
25
return
new
Price(this.quote, this.base)
Callers
15
update
Function · 0.45
getBumpedBN.test.ts
File · 0.45
gasBoostSigner.test.ts
File · 0.45
isL1ChainId
Function · 0.45
getBumpedBN
Function · 0.45
constructor
Method · 0.45
marshal
Method · 0.45
getMarketMaxPriorityFeePerGas
Method · 0.45
getBumpedMaxPriorityFeePerGas
Method · 0.45
handleConfirmation
Method · 0.45
boost
Method · 0.45
checkHasEnoughFunds
Method · 0.45
Calls
1
price
Method · 0.95
Tested by
no test coverage detected