Skip to content

Documentation / @super-line/core / InspectedContract

Interface: InspectedContract

Defined in: packages/core/src/inspector.ts:36

A serializable projection of a Contract's structure — what getContract returns.

Properties

roles

roles: Record<string, InspectedDirectional>

Defined in: packages/core/src/inspector.ts:38


shared

shared: InspectedDirectional

Defined in: packages/core/src/inspector.ts:37

Released under the MIT License.