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

    Class NoopMissing

    An interface for a host call implementation

    Implements

    Index

    Constructors

    Properties

    basicGasCost: number & WithBytesRepresentation<4> & WithOpaque<"SmallGas[U32]"> = ...

    The gas cost of invocation of that host call.

    NOTE: ((reg: HostCallRegisters) => Gas) function is for compatibility reasons: pre GP 0.7.2

    currentServiceId: U32 = ...

    Currently executing service id.

    index: number & WithBytesRepresentation<4> & WithOpaque<"HostCallIndex[U32]"> = ...

    Index of that host call (i.e. what PVM invokes via ecalli)

    tracedRegisters: never[] = []

    Input&Output registers that we should add to tracing log.

    Methods