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