Class BlockChallengeResponse
Inheritance
System.Object
BlockChallengeResponse
Implements
Google.Protobuf.IMessage<BlockChallengeResponse>
Google.Protobuf.IMessage
System.IEquatable<BlockChallengeResponse>
Google.Protobuf.IDeepCloneable<BlockChallengeResponse>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Catalyst.Protocol.DfsMarketplace
Assembly: Catalyst.Protocol.dll
Syntax
public sealed class BlockChallengeResponse : IMessage<BlockChallengeResponse>, IMessage, IEquatable<BlockChallengeResponse>, IDeepCloneable<BlockChallengeResponse>
Constructors
| Improve this Doc View SourceBlockChallengeResponse()
Declaration
public BlockChallengeResponse()
BlockChallengeResponse(BlockChallengeResponse)
Declaration
public BlockChallengeResponse(BlockChallengeResponse other)
Parameters
Type | Name | Description |
---|---|---|
BlockChallengeResponse | other |
Fields
| Improve this Doc View SourceAnswerFieldNumber
Field number for the "answer" field.
Declaration
public const int AnswerFieldNumber = 1
Field Value
Type | Description |
---|---|
System.Int32 |
BlockChallengeRequestHashFieldNumber
Field number for the "block_challenge_request_hash" field.
Declaration
public const int BlockChallengeRequestHashFieldNumber = 2
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceAnswer
Declaration
public string Answer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BlockChallengeRequestHash
Declaration
public string BlockChallengeRequestHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Parser
Declaration
public static MessageParser<BlockChallengeResponse> Parser { get; }
Property Value
Type | Description |
---|---|
Google.Protobuf.MessageParser<BlockChallengeResponse> |
Methods
| Improve this Doc View SourceCalculateSize()
Declaration
public int CalculateSize()
Returns
Type | Description |
---|---|
System.Int32 |
Clone()
Declaration
public BlockChallengeResponse Clone()
Returns
Type | Description |
---|---|
BlockChallengeResponse |
Equals(BlockChallengeResponse)
Declaration
public bool Equals(BlockChallengeResponse other)
Parameters
Type | Name | Description |
---|---|---|
BlockChallengeResponse | other |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
System.Object | other |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
MergeFrom(BlockChallengeResponse)
Declaration
public void MergeFrom(BlockChallengeResponse other)
Parameters
Type | Name | Description |
---|---|---|
BlockChallengeResponse | other |
MergeFrom(CodedInputStream)
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedInputStream | input |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type | Name | Description |
---|---|---|
Google.Protobuf.CodedOutputStream | output |
Explicit Interface Implementations
| Improve this Doc View SourceIMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type | Description |
---|---|
Google.Protobuf.Reflection.MessageDescriptor |
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IMessage
System.IEquatable<T>
Google.Protobuf.IDeepCloneable<T>