Table of Contents

Enum ModuleSchemaVersion

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Represents the different module schema versions.

public enum ModuleSchemaVersion

Fields

Undefined = -1

Version not known and possibly embedded in schema.

V0 = 0

Version 0 schema, only supported by V0 smart contracts.

V1 = 1

Version 1 schema, only supported by V1 smart contracts.

V2 = 2

Version 2 schema, only supported by V1 smart contracts.

V3 = 3

Version 3 schema, only supported by V1 smart contracts.