cryptnox_sdk_py.card package ======================= Submodules ---------- cryptnox_sdk_py.card.authenticity module ----------------------------------- .. automodule:: cryptnox_sdk_py.card.authenticity :members: :undoc-members: :show-inheritance: cryptnox_sdk_py.card.base module --------------------------- .. automodule:: cryptnox_sdk_py.card.base :members: :undoc-members: :show-inheritance: cryptnox_sdk_py.card.basic\_g1 module -------------------------------- .. automodule:: cryptnox_sdk_py.card.basic_g1 :members: :undoc-members: :show-inheritance: cryptnox_sdk_py.card.custom\_bits module ----------------------------------- .. automodule:: cryptnox_sdk_py.card.custom_bits :members: :undoc-members: :show-inheritance: cryptnox_sdk_py.card.nft module -------------------------- .. automodule:: cryptnox_sdk_py.card.nft :members: :undoc-members: :show-inheritance: cryptnox_sdk_py.card.user\_data module --------------------------------- .. automodule:: cryptnox_sdk_py.card.user_data :members: :undoc-members: :show-inheritance: Module contents --------------- .. automodule:: cryptnox_sdk_py.card :members: :undoc-members: :show-inheritance: The ``cryptnox_sdk_py.card`` package contains classes for various Cryptnox card types and exports: .. py:currentmodule:: cryptnox_sdk_py.card .. py:class:: Base :no-index: Base card interface class. See :class:`cryptnox_sdk_py.card.base.Base` for details. .. py:class:: BasicG1 :no-index: Basic Generation 1 card implementation. See :class:`cryptnox_sdk_py.card.basic_g1.BasicG1` for details. .. py:class:: Nft :no-index: NFT card implementation. See :class:`cryptnox_sdk_py.card.nft.Nft` for details.