pub fn compile_runtime_claim(
claim: impl Into<String>,
kind: RuntimeClaimKind,
runtime_mode: RuntimeMode,
authority_class: AuthorityClass,
proof_state: ClaimProofState,
requested_ceiling: ClaimCeiling,
) -> CompiledRuntimeClaimExpand description
Compile a runtime claim and decide whether it may be emitted affirmatively.