Interface IRemovePeerOptions
Inherited Members
Namespace: Catalyst.Abstractions.Cli.Options
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IRemovePeerOptions : IOptionsBase
Properties
| Improve this Doc View SourceIp
Gets or sets the ip.
Declaration
string Ip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ip. |
PublicKey
Gets or sets the public key.
Declaration
string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The public key. |