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

    Type Alias MachineResult

    Data returned by a machine invocation.

    type MachineResult = {
        gas: BigGas;
        registers: pvm.HostCallRegisters;
        result: jam_host_calls.MachineStatus;
    }
    Index

    Properties

    Properties

    gas: BigGas