PR feedback from @ericsson49
Co-authored-by: Alex Vlasov <avv49@mail.ru>
This commit is contained in:
parent
a061758a66
commit
1d954ee9bd
|
@ -578,7 +578,7 @@ def xor(bytes_1: Bytes32, bytes_2: Bytes32) -> Bytes32:
|
|||
|
||||
#### `uint_to_bytes`
|
||||
|
||||
`def uint_to_bytes(n: uint8) -> bytes` is a function for serializing the `uint` type object to bytes in ``ENDIANNESS``-endian. The expected length of the output is the byte-length of the `uint` type.
|
||||
`def uint_to_bytes(n: uint) -> bytes` is a function for serializing the `uint` type object to bytes in ``ENDIANNESS``-endian. The expected length of the output is the byte-length of the `uint` type.
|
||||
|
||||
#### `bytes_to_uint64`
|
||||
|
||||
|
|
Loading…
Reference in New Issue