xbr._eip712_market_join¶
Functions¶
|
|
|
Recover the signer address the given EIP712 signature was signed with. |
|
Module Contents¶
- _create_eip712_market_join(chainId: int, verifyingContract: bytes, member: bytes, joined: int, marketId: bytes, actorType: int, meta: str | None) dict[source]¶
- Parameters:
chainId
verifyingContract
member
joined
marketId
actorType
meta
- Returns:
- recover_eip712_market_join(chainId: int, verifyingContract: bytes, member: bytes, joined: int, marketId: bytes, actorType: int, meta: str, 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: