aboutsummaryrefslogtreecommitdiffstats
path: root/python-packages/order_utils/src/zero_ex/order_utils/signature_utils.py
blob: 7f4697106b296b558b620d576c8b7b55775fd463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
"""Signature utilities."""


def ec_sign_order_hash():
    """Signs an orderHash.

    Returns its elliptic curve signature and signature type.  This method
    currently supports TestRPC, Geth, and Parity above and below v1.6.6.

    >>> ec_sign_order_hash()
    'stub return value'
    """
    return "stub return value"