feat(order_utils.py) generate_order_hash_hex() (#1234)

This commit is contained in:
F. Eugene Aumson
2018-11-13 16:30:12 -05:00
committed by GitHub
parent 5c21d3f6af
commit 7b4f63a39c
7 changed files with 208 additions and 20 deletions

View File

@@ -10,8 +10,8 @@ from typing import Any, List
from mypy_extensions import TypedDict
from eth_abi import encode_abi
from web3 import Web3
from eth_abi import encode_abi
from .type_assertions import assert_is_string, assert_is_list