Class EntityKind

Defines different kinds of entities within the system, such as system entities, accounts, and smart contracts. Provides details on each entity type.

Hierarchy

  • EntityKind

Constructors

Properties

Constructors

Properties

account?: AccountHash

Represents an account entity, identified by an AccountHash.

smartContract?: TransactionRuntime

Represents a smart contract entity, specified by its transaction runtime version.

system?: string

Represents a system entity type, allowing flexible naming of system-specific entities.

Generated using TypeDoc