Casper.Network.SDK
Show / Hide Table of Contents

Class AddressableEntity

Inheritance
object
AddressableEntity
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
public class AddressableEntity

Properties

| Edit this page View Source

ActionThresholds

Thresholds that have to be met when executing an action of a certain type.

Declaration
[JsonPropertyName("action_thresholds")]
public ActionThresholds ActionThresholds { get; init; }
Property Value
Type Description
ActionThresholds
| Edit this page View Source

AssociatedKeys

Set of public keys allowed to provide signatures on deploys for the package

Declaration
[JsonPropertyName("associated_keys")]
public List<AssociatedKey> AssociatedKeys { get; init; }
Property Value
Type Description
List<AssociatedKey>
| Edit this page View Source

ByteCodeHash

The hash address of the contract wasm.

Declaration
[JsonPropertyName("byte_code_hash")]
public string ByteCodeHash { get; init; }
Property Value
Type Description
string
| Edit this page View Source

EntityKind

The type of Package.

Declaration
[JsonPropertyName("entity_kind")]
public EntityKind EntityKind { get; init; }
Property Value
Type Description
EntityKind
| Edit this page View Source

MainPurse

Declaration
[JsonPropertyName("main_purse")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public URef MainPurse { get; init; }
Property Value
Type Description
URef
| Edit this page View Source

Package

The hex-encoded address of the Package.

Declaration
[JsonPropertyName("package_hash")]
[JsonConverter(typeof(GlobalStateKey.GlobalStateKeyConverter))]
public PackageKey Package { get; init; }
Property Value
Type Description
PackageKey
| Edit this page View Source

ProtocolVersion

Casper Platform protocol version.

Declaration
[JsonPropertyName("protocol_version")]
public string ProtocolVersion { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC