xbr._eip712_market_create¶
Functions¶
|
|
|
Recover the signer address the given EIP712 signature was signed with. |
|
Module Contents¶
- _create_eip712_market_create(chainId: int, verifyingContract: bytes, member: bytes, created: int, marketId: bytes, coin: bytes, terms: str, meta: str | None, maker: bytes, providerSecurity: int, consumerSecurity: int, marketFee: int) dict[source]¶
- Parameters:
chainId
verifyingContract
member
created
marketId
coin
terms
meta
maker
providerSecurity
consumerSecurity
marketFee
- Returns:
- recover_eip712_market_create(chainId: int, verifyingContract: bytes, member: bytes, created: int, marketId: bytes, coin: bytes, terms: str, meta: str, maker: bytes, providerSecurity: int, consumerSecurity: int, marketFee: int, signature: bytes) bytes[source]¶
Recover the signer address the given EIP712 signature was signed with.
- Returns:
The (computed) signer address the signature was signed with.
- Return type: