Class ActionThresholds
Thresholds that have to be met when executing an action of a certain type.
Inheritance
System.Object
ActionThresholds
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ActionThresholds : object
Properties
Deployment
Threshold that has to be met for a deployment action
Declaration
public uint Deployment { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
KeyManagement
Threshold that has to be met for a key management action
Declaration
public uint KeyManagement { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |