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_chain¶

Functions¶

parse_certificate_chain(...)

Module Contents¶

parse_certificate_chain(certificates: List[Tuple[Dict[str, Any], str]]) → List[xbr._eip712_delegate_certificate.EIP712DelegateCertificate | xbr._eip712_authority_certificate.EIP712AuthorityCertificate][source]¶
Parameters:

certificates

Returns:

Next
xbr._eip712_channel_close
Previous
xbr._eip712_certificate
Copyright © 2017-2025, typedef int GmbH (Germany)
Made with Sphinx and @pradyunsg's Furo
On this page
  • xbr._eip712_certificate_chain
    • Functions
    • Module Contents
      • parse_certificate_chain()