Modules§
Functions§
- big_
int_ to_ lower_ hex - ref. https://doc.rust-lang.org/nightly/core/fmt/trait.LowerHex.html
- big_
int_ to_ upper_ hex - ref. https://doc.rust-lang.org/nightly/core/fmt/trait.UpperHex.html
- from_
hex_ to_ big_ int - Parses the big.Int encoded in hex. “0x52B7D2DCC80CD2E4000000” is “100000000000000000000000000” (100,000,000 AVAX). “0x5f5e100” or “0x5F5E100” is “100000000”. “0x1312D00” is “20000000”. ref. https://www.rapidtables.com/convert/number/hex-to-decimal.html