IStellarPlugin interface
Implemented by every Stellar plugin. The plugin host instantiates the type via its single constructor that takes IPluginServices.
public interface IStellarPlugin : IDisposableMembers
Section titled “Members”| name | description |
|---|---|
| Name { get; } | Human-readable plugin name. Surfaced in logs and (later) the plugin manager UI. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Plugins