nucypher

Subpackages

Submodules

exception DevelopmentInstallationRequired(importable_name: str, *args, **kwargs)

Bases: RuntimeError

MESSAGE = '\n A development installation of nucypher is required to import {importable_name}. \n Please follow the installation instructions published at:\n https://docs.nucypher.com/en/latest/installation.html\n '
class StakingProviderInfo(operator, operator_confirmed, operator_start_timestamp)

Bases: tuple

property operator

Alias for field number 0

property operator_confirmed

Alias for field number 1

property operator_start_timestamp

Alias for field number 2

class PolicyInfo(disabled, sponsor, owner, fee_rate, start_timestamp, end_timestamp)

Bases: tuple

property disabled

Alias for field number 0

property sponsor

Alias for field number 1

property owner

Alias for field number 2

property fee_rate

Alias for field number 3

property start_timestamp

Alias for field number 4

property end_timestamp

Alias for field number 5