Skip to main content

geth_uint256_hex

Function geth_uint256_hex 

Source
pub fn geth_uint256_hex(v: &U256) -> String
Expand description

Converts a U256 to geth’s uint256.Int.Hex() form: "0x" followed by lowercase hex with leading zeros stripped. Zero → "0x0" (not "0x").