Module state
Source - KeyEndorsementInfo
- Information about an endorsed key.
- expire_registrations
- Removes all expired registrations, e.g. those that expire in epochs earlier than or equal to the
passed epoch.
- get_app
- Retrieves an application configuration.
- get_apps
- Retrieves all application configurations.
- get_endorser
- Retrieves endorser of the given ROFL enclave. In case enclave is not registered, returns
None
. - get_registration
- Retrieves registration of the given ROFL enclave. In case enclave is not registered, returns
None
. - get_registrations_for_app
- Retrieves all registrations for the given ROFL application.
- remove_app
- Removes an application configuration.
- remove_registration
- Removes an existing registration of the given ROFL enclave.
- set_app
- Updates an application configuration.
- update_registration
- Updates registration of the given ROFL enclave.