Skip to content

Documentation / @super-line/core / InspectedContract

Interface: InspectedContract

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

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

Properties

plugins?

optional plugins?: InspectedPlugin[]

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

The plugins this server is composed of. Absent on nodes older than the provenance change.


roles

roles: Record<string, InspectedDirectional>

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


shared

shared: InspectedDirectional

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

Released under the MIT License.