xbr._eip712_node_pair¶
Functions¶
|
|
|
Recover the signer address the given EIP712 signature was signed with. |
|
Module Contents¶
- _create_eip712_node_pair(chainId: int, verifyingContract: bytes, member: bytes, paired: int, nodeId: bytes, domainId: bytes, nodeType: int, nodeKey: bytes, amount: int, config: str | None) dict[source]¶
- Parameters:
chainId
verifyingContract
member
paired
nodeId
domainId
nodeKey
amount
config
- Returns:
- recover_eip712_node_pair(chainId: int, verifyingContract: bytes, member: bytes, paired: int, nodeId: bytes, domainId: bytes, nodeType: int, nodeKey: bytes, amount: int, config: 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: