Skip to main content

validate_execution_prepare

Function validate_execution_prepare 

Source
pub fn validate_execution_prepare(
    prepared: &ExecutionPrepareResponse,
    quote: &QuoteResponse,
    challenge: &ExecutionChallengeResponse,
    authorization: &ExecutionAuthorization,
) -> Result<(), SdkError>
Expand description

Two-step path helper: check a prepared execution preserved the signed challenge bindings.