API Reference

IChainPartinterface

Shared runtime and type utilities.

Overview

Low-level shared types and utilities used throughout core/state/parser packages.
Quick facts
Kind
interface
Module
types
Members
2
Package
@rs-x/core

Declaration

export interface IChainPart {
  context: unknown;
  index: unknown;
}

Import

import type { IChainPart } from '@rs-x/core';

Members

2 members in this interface.

context
property
context: unknown

Type

unknown

index
property
index: unknown

Type

unknown