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

    Type Alias MachineStatus

    MachineStatus:
        | { hostCallIndex: U64; status: typeof Status.HOST }
        | { address: U64; status: typeof Status.FAULT }
        | {
            status:
                | typeof Status.OK
                | typeof Status.HALT
                | typeof Status.PANIC
                | typeof Status.OOG;
        }