Function createAuthenticationProgramEvaluationCommon

  • A common createAuthenticationProgram implementation for most compilers.

    Accepts the compiled contents of an evaluation and produces a AuthenticationProgramCommon that can be evaluated to produce the resulting program state.

    The precise shape of the authentication program produced by this method is critical to the determinism of CashAssembly evaluations for the compiler in which it is used, it therefore must be standardized between compiler implementations.

    Parameters

    • evaluationBytecode: Uint8Array

      the compiled bytecode to incorporate in the created authentication program

    Returns AuthenticationProgramCommon

Generated using TypeDoc