Table of Contents

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 = 1

Contract is actively subscribed and polled for changes.

AwaitingFundsBeforeDeactivate = 2

Contract 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 = 0

Contract is not actively tracked/subscribed.