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

    Variable HostCallResultConst

    HostCallResult: {
        CASH: U64;
        CORE: U64;
        FULL: U64;
        HUH: U64;
        LOW: U64;
        NONE: U64;
        OK: U64;
        OOB: U64;
        WHAT: U64;
        WHO: U64;
    } = ...

    Type Declaration

    • ReadonlyCASH: U64

      Insufficient funds.

    • ReadonlyCORE: U64

      Core index unknown.

    • ReadonlyFULL: U64

      Storage full or resource already allocated.

    • ReadonlyHUH: U64

      The item is already solicited, cannot be forgotten or the operation is invalid due to privilege level.

    • ReadonlyLOW: U64

      Gas limit too low.

    • ReadonlyNONE: U64

      The return value indicating an item does not exist.

    • ReadonlyOK: U64

      The return value indicating general success.

    • ReadonlyOOB: U64

      The inner PVM memory index provided for reading/writing is not accessible.

    • ReadonlyWHAT: U64

      Name unknown.

    • ReadonlyWHO: U64

      Index unknown.