Signer Documentation for eth_defi.orderly.api.Signer Python class. class Signer Bases: object Methods summary __init__(account_id, private_key) sign_request(req) __init__(account_id, private_key) Parameters account_id (str) – private_key (cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey) – Return type None