Skip to main content

requirements

Function requirements 

Source
pub fn requirements(
    store: &LocalFsStore,
    registry: &EnvPackRegistry,
    flags: &OpFlags,
    payload: Option<CredentialsRequirementsPayload>,
) -> Result<OpOutcome, OpError>
Expand description

op credentials requirements. Resolves the env’s deployer handler through the registry, runs the C1 contract’s probes, returns the per-check report.