MCPcopy
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

updateFunction · 0.45
isL1ChainIdFunction · 0.45
getBumpedBNFunction · 0.45
constructorMethod · 0.45
marshalMethod · 0.45
handleConfirmationMethod · 0.45
boostMethod · 0.45
checkHasEnoughFundsMethod · 0.45

Calls 1

priceMethod · 0.95

Tested by

no test coverage detected