xbr._eip712_api_publish¶
Functions¶
|
|
|
Recover the signer address the given EIP712 signature was signed with. |
|
Module Contents¶
- _create_eip712_api_publish(chainId: int, verifyingContract: bytes, member: bytes, published: int, catalogId: bytes, apiId: bytes, schema: str, meta: str | None) dict[source]¶
- Parameters:
chainId
verifyingContract
member
published
catalogId
apiId
schema
meta
- Returns:
- recover_eip712_api_publish(chainId: int, verifyingContract: bytes, member: bytes, published: int, catalogId: bytes, apiId: bytes, schema: str, meta: str | None, 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: