Enum ContractActivityState
- Namespace
- NArk.Abstractions.Contracts
- Assembly
- NArk.Abstractions.dll
Represents the activity state of a contract for tracking/subscription purposes.
public enum ContractActivityState
Fields
Active = 1Contract is actively subscribed and polled for changes.
AwaitingFundsBeforeDeactivate = 2Contract is temporarily active and will auto-deactivate once funds are received. Useful for refund addresses that we only need to watch until coins arrive.
Inactive = 0Contract is not actively tracked/subscribed.