Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
xbr 25.12.2
Logo
xbr 25.12.2
  • Introduction
  • Installation
  • Getting Started
  • Programming Guide
    • Application Development
      • Overview
      • Requirements
      • Connecting to the Network
      • Network Membership
      • Domains
      • Markets
      • Payment Channels
      • Other functions and services
    • Project Development
      • Quickstart
      • Initial Setup
      • Ganache
      • MetaMask
      • Truffle
      • Remix
      • IPFS
      • HD Wallets
    • Contracts Reference
    • XBR Programming
    • XBR Authentication
    • XBR Command line interface
  • Release Notes
  • Changelog
  • Contributing
  • WAMP Projects Overview
  • AI Policy
    • AI Contributors Policy
    • AI Assistants Policy
    • Disclosure of Use of AI Assistance
    • AI-Assisted Work Audit Log
    • AI Disclosure Process
    • AI Audit Process Review
  • API Reference
    • xbr
      • xbr._abi
      • xbr._blockchain
      • xbr._buyer
      • xbr._cli
      • xbr._config
      • xbr._dialog
      • xbr._eip712_api_publish
      • xbr._eip712_authority_certificate
      • xbr._eip712_base
      • xbr._eip712_catalog_create
      • xbr._eip712_certificate
      • xbr._eip712_certificate_chain
      • xbr._eip712_channel_close
      • xbr._eip712_channel_open
      • xbr._eip712_consent
      • xbr._eip712_delegate_certificate
      • xbr._eip712_domain_create
      • xbr._eip712_market_create
      • xbr._eip712_market_join
      • xbr._eip712_market_leave
      • xbr._eip712_market_member_login
      • xbr._eip712_member_login
      • xbr._eip712_member_register
      • xbr._eip712_member_unregister
      • xbr._eip712_node_pair
      • xbr._frealm
      • xbr._gui
      • xbr._interfaces
      • xbr._mnemonic
      • xbr._schema
      • xbr._secmod
      • xbr._seller
      • xbr._userkey
      • xbr._util
      • xbr._wallet
      • xbr.test
Back to top
View this page
Edit this page

xbr._eip712_certificate¶

Classes¶

EIP712Certificate

Module Contents¶

class EIP712Certificate(chainId: int, verifyingContract: bytes, validFrom: int)[source]¶

Bases: object

chainId[source]¶
static parse(data) → EIP712Certificate[source]¶
Abstractmethod:

abstractmethod recover(signature: bytes) → bytes[source]¶
validFrom[source]¶
verifyingContract[source]¶
Next
xbr._eip712_certificate_chain
Previous
xbr._eip712_catalog_create
Copyright © 2017-2025, typedef int GmbH (Germany)
Made with Sphinx and @pradyunsg's Furo
On this page
  • xbr._eip712_certificate
    • Classes
    • Module Contents
      • EIP712Certificate
        • EIP712Certificate.chainId
        • EIP712Certificate.parse()
        • EIP712Certificate.recover()
        • EIP712Certificate.validFrom
        • EIP712Certificate.verifyingContract