Class ActionThresholds
Thresholds that have to be met when executing an action of a certain type.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ActionThresholds
Properties
| Edit this page View SourceDeployment
Threshold that has to be met for a deployment action
Declaration
[JsonPropertyName("deployment")]
public uint Deployment { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |
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 |
UpgradeManagement
Threshold for upgrading contracts.
Declaration
[JsonPropertyName("upgrade_management")]
public uint UpgradeManagement { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |