Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Implements

    • IPvmInterpreter
    Index

    Constructors

    Properties

    gas: IGasCounter = ...

    Manipulate gas.

    memory: Memory = ...

    Manipulate memory.

    registers: pvm.Registers = ...

    Manipulate registers.

    Methods

    • Prepare SPI program to be executed.

      Parameters

      • program: Uint8Array
      • args: Uint8Array
      • pc: number
      • gas: Gas

      Returns void