Interface IGetPeerInfoOptions
Namespace: Catalyst.Abstractions.Cli.Options
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IGetPeerInfoOptions
Properties
| Improve this Doc View SourceIpAddress
Gets or sets the ip address.
Declaration
string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System. |
The ip address. |
Node
Gets or sets the node.
Declaration
string Node { get; set; }
Property Value
Type | Description |
---|---|
System. |
The node. |
PublicKey
Gets or sets the public key.
Declaration
string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System. |
The public key. |