Converts a H160 (160-bit high-low structure) to a bigint. This is commonly used for Ethereum address conversions.
The H160 value to convert.
The converted bigint value.
Error if the high part (hi) of the H160 value is undefined.
Generated using TypeDoc
Converts a H160 (160-bit high-low structure) to a bigint. This is commonly used for Ethereum address conversions.