Show / Hide Table of Contents

    Class CommandFormatHelper

    Formats command response data into readable text output

    Inheritance
    System.Object
    CommandFormatHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Lib.Util
    Assembly: Catalyst.Core.Lib.dll
    Syntax
    public static class CommandFormatHelper

    Methods

    | Improve this Doc View Source

    FormatRepeatedPeerInfoResponse(RepeatedField<PeerInfo>)

    Format the repeated peer info response

    Declaration
    public static string FormatRepeatedPeerInfoResponse(RepeatedField<PeerInfo> repeatedPeerInfo)
    Parameters
    Type Name Description
    RepeatedField<PeerInfo> repeatedPeerInfo

    The repeated peer info to write out

    Returns
    Type Description
    System.String

    String of the formatted response

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