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

    Return info about some account.

    E(a_c, E8(a_b, a_t, a_g , a_m, a_o), E4(a_i), E8(a_f), E4(a_r, a_a, a_p)) c = code hash b = balance t = threshold balance g = minimum gas for accumulate m = minimum gas for on transfer o = total number of octets stored. i = number of items in the storage f = gratis storage (can bring down whole threshold cost to zero) r = creation timeslot a = last accumulation timeslot p = parent service

    https://graypaper.fluffylabs.dev/#/ab2cdbd/333b00333b00?v=0.7.2

    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: number & WithBytesRepresentation<4> & WithOpaque<
        "ServiceId[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: (number & WithOpaque<"register index">)[] = ...

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

    Methods