API Reference ============= All public functions are documented below. Docstrings are pulled automatically from the package source. Query Functions --------------- .. autofunction:: anchorregistry.get_by_arid .. autofunction:: anchorregistry.get_by_registrant .. autofunction:: anchorregistry.get_by_tree .. autofunction:: anchorregistry.get_by_type .. autofunction:: anchorregistry.get_all Verification ------------ .. autofunction:: anchorregistry.verify Authentication -------------- .. autofunction:: anchorregistry.authenticate_anchor .. autofunction:: anchorregistry.authenticate_tree .. autofunction:: anchorregistry.is_sealed .. autofunction:: anchorregistry.is_user_initiated Watermarking ------------ .. autofunction:: anchorregistry.watermark Analytics --------- .. autofunction:: anchorregistry.to_dataframe Configuration ------------- .. autofunction:: anchorregistry.configure Exceptions ---------- .. autoexception:: anchorregistry.exceptions.AnchorNotFoundError .. autoexception:: anchorregistry.exceptions.ConfigurationError