nevermined_sdk_py.nevermined.keeper module¶
-
class
nevermined_sdk_py.nevermined.keeper.NeverminedKeeper(artifacts_path, contract_names=None)¶ Bases:
contracts_lib_py.keeper.Keeper-
get_condition_name_by_address(address)¶ Return the condition name for a given address.
-
static
get_instance(artifacts_path=None, contract_names=None)¶ Return the Keeper instance (singleton).
-