Function extractResolvedVariableBytecodeMap

  • Extract an object mapping the variable identifiers used in a ResolvedScript to their resolved bytecode.

    Type Parameters

    • ProgramState

    Parameters

    Returns {
        [fullIdentifier: string]: Uint8Array;
    }

    • [fullIdentifier: string]: Uint8Array

Generated using TypeDoc