C# (CSharp) Stratis.Bitcoin.Builder.Feature 네임스페이스

클래스들

이름 설명
FullNodeFeature A feature is used to extend functionality into the full node. It can manage its life time or use the full node disposable resources.

If a feature adds an option of a certain functionality to be available to be used by the node (it may be disabled/enabled by the configuration) the naming convention is Add[Feature](). Conversely, when a feature is inclined to be used if included, the naming convention should be Use[Feature]().