-
Describe the bug Reproduction steps
Search Terms |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The You want to use the |
Beta Was this translation helpful? Give feedback.
-
Describe the bug Reproduction steps
Search Terms |
Beta Was this translation helpful? Give feedback.
-
The You want to use the |
Beta Was this translation helpful? Give feedback.
The
hexlify
function returns the bytes representation, which means it will be of even length and can be safely used to interchange the two formats without having to understand the padding operation to reverse the process (bytes, which pad the right, vs numeric, which pads the left).You want to use the
utils.hexValue
function to compute the “quantity” type, used commonly in the Ethereum JSON-RPC API.