xbr._eip712_channel_close¶
Functions¶
|
|
|
Recover the signer address the given EIP712 signature was signed with. |
|
Module Contents¶
- _create_eip712_channel_close(chainId: int, verifyingContract: bytes, closeAt: int, marketId: bytes, channelId: bytes, channelSeq: int, balance: int, isFinal: bool) dict[source]¶
- Parameters:
chainId
verifyingContract
marketId
channelId
channelSeq
balance
isFinal
- Returns:
- recover_eip712_channel_close(chainId: int, verifyingContract: bytes, closeAt: int, marketId: bytes, channelId: bytes, channelSeq: int, balance: int, isFinal: bool, 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: