menu
pancake_swap_sdk package
documentation
v2/router.dart
toHex function
toHex function
dark_mode
light_mode
toHex
function
String
toHex
(
CurrencyAmount
currencyAmount
)
Implementation
String toHex(CurrencyAmount currencyAmount) { return '0x${currencyAmount.raw.toRadixString(16)}'; }
pancake_swap_sdk package
documentation
v2/router
toHex function
router library