Class EntityKind
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(EntityKind.EntityKindConverter))]
public class EntityKind
Properties
| Edit this page View SourceAccount
Package associated with an Account hash.
Declaration
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public AccountHashKey Account { get; init; }
Property Value
| Type | Description |
|---|---|
| AccountHashKey |
SmartContract
Packages associated with Wasm stored on chain.
Declaration
public TransactionRuntime? SmartContract { get; init; }
Property Value
| Type | Description |
|---|---|
| TransactionRuntime |
System
Package associated with a native contract implementation.
Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public SystemEntityType? System { get; init; }
Property Value
| Type | Description |
|---|---|
| SystemEntityType? |