Interface IPeerBlackListingOptions
Inherited Members
Namespace: Catalyst.Abstractions.Cli.Options
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPeerBlackListingOptions : IOptionsBase
Properties
| Improve this Doc View SourceBlackListFlag
Gets or sets a value indicating whether a peer has been black listed or not.
Declaration
bool BlackListFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IpAddress
Gets or sets the ip address.
Declaration
string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ip address. |
PublicKey
Gets or sets the public key.
Declaration
string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The public key. |