Comment on hex string conversion from array types.

This commit is contained in:
coffeepots 2018-08-21 14:31:45 +01:00
parent 85c065529e
commit 47f81df3d4
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@
## This module implements the Ethereum hexadecimal string formats for JSON
## See: https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding
#[
Note:
The following types are converted to hex strings when marshalled to JSON:
* EthAddress
* ref EthAddress
* Hash256
* UInt256
* openArray[seq]
* ref BloomFilter
]#
import eth_common/eth_types, stint, byteutils, nimcrypto
type