Casper.Network.SDK
Show / Hide Table of Contents

Class EntityKind

Inheritance
object
EntityKind
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(EntityKind.EntityKindConverter))]
public class EntityKind

Properties

| Edit this page View Source

Account

Package associated with an Account hash.

Declaration
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public AccountHashKey Account { get; init; }
Property Value
Type Description
AccountHashKey
| Edit this page View Source

SmartContract

Packages associated with Wasm stored on chain.

Declaration
public TransactionRuntime? SmartContract { get; init; }
Property Value
Type Description
TransactionRuntime
| Edit this page View Source

System

Package associated with a native contract implementation.

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public SystemEntityType? System { get; init; }
Property Value
Type Description
SystemEntityType?
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC