Converts a H256 (256-bit high-low structure) to a bigint. This is useful for handling larger numeric values in blockchain contexts.
The H256 value to convert.
The converted bigint value.
Error if the low (lo) or high (hi) part of the H256 value is undefined.
Generated using TypeDoc
Converts a H256 (256-bit high-low structure) to a bigint. This is useful for handling larger numeric values in blockchain contexts.