Interface IMessageCommand<T>
Namespace: Catalyst.Abstractions.Cli.CommandTypes
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IMessageCommand<out T> : ICommand where T : IMessage<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View SourceTarget
The node to send the message to.
Declaration
IRpcClient Target { get; }
Property Value
| Type | Description |
|---|---|
| IRpcClient | The target node. |