mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
17 lines
418 B
ReStructuredText
17 lines
418 B
ReStructuredText
Conventions
|
|
===========
|
|
|
|
The Web3 library follows the following conventions.
|
|
|
|
Bytes vs Text
|
|
-------------
|
|
|
|
* The term *bytes* is used to refer to the binary representation of a string.
|
|
* The term *text* is used to refer to unicode representations of strings.
|
|
|
|
Hexidecimal Representations
|
|
---------------------------
|
|
|
|
* All hexidecimal values will be returned as text.
|
|
* All hexidecimal values will be ``0x`` prefixed.
|