Casper.Network.SDK
Show / Hide Table of Contents

Class ActionThresholds

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

Inheritance
object
ActionThresholds
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 ActionThresholds

Properties

| Edit this page View Source

Deployment

Threshold that has to be met for a deployment action

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

KeyManagement

Threshold that has to be met for a key management action

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

UpgradeManagement

Threshold for upgrading contracts.

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