Interface ClientInformational

Hierarchy

Methods

  • ⚠️ Deprecated: getStateItem is deprecated and will be removed in a future release.

    Use queryLatestGlobalState, queryGlobalStateByBlockHash, queryGlobalStateByBlockHeight, or queryGlobalStateByStateHash instead.

    Reason: The newer Global State Query API provides more consistent behavior across block identifiers and supports both stored values and typed keys.

    Deprecated

    Use Global State Query methods instead.

    Parameters

    • stateRootHash: null | string
    • key: string
    • path: string[]

    Returns Promise<StateGetItemResult>

Generated using TypeDoc