@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Type Alias ContractState

    ContractState: "active" | "inactive"

    Contract lifecycle state. Both states stay monitored — the watcher subscribes and sweeps every registered contract regardless (see ContractWatcher.getWatchedContracts), because a retired receive address can still be paid. inactive only demotes a contract out of receive-address selection; it does not unsubscribe it. Use IContractManager.deleteContract to stop watching.