Enum TransactionV1SchedulingType
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public enum TransactionV1SchedulingType
Fields
| Name | Description |
|---|---|
| FutureEra | Execution should be scheduled for the specified era. |
| FutureTimestamp | Execution should be scheduled for the specified timestamp or later. |
| Standard | No special scheduling applied. |