Show / Hide Table of Contents

    Interface IMessageCommand<T>

    Inherited Members
    ICommand.Parse(String[])
    ICommand.CommandName
    ICommand.OptionType
    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 Source

    Target

    The node to send the message to.

    Declaration
    IRpcClient Target { get; }
    Property Value
    Type Description
    IRpcClient

    The target node.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network