Enum TransactionStatus
This value indicates the state of the transaction execution. Only sealed and expired are final and immutable states.
Namespace: Flow.Net.Sdk.Core
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public enum TransactionStatus
Fields
Name | Description |
---|---|
Executed | |
Expired | |
Finalized | |
Pending | |
Sealed |