Class HashNode
Assembly: Libplanet.Store.dll
Syntax
public class HashNode : INode, IEquatable<HashNode>
Constructors
|
Improve this Doc
View Source
HashNode(HashDigest<SHA256>)
Declaration
public HashNode(HashDigest<SHA256> hashDigest)
Parameters
Properties
|
Improve this Doc
View Source
HashDigest
Declaration
public HashDigest<SHA256> HashDigest { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(HashNode)
Declaration
public bool Equals(HashNode other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Serialize()
Declaration
public byte[] Serialize()
Returns
|
Improve this Doc
View Source
ToBencodex()
Declaration
public IValue ToBencodex()
Returns
Type |
Description |
Bencodex.Types.IValue |
|
Operators
|
Improve this Doc
View Source
Equality(HashNode, HashNode)
Declaration
public static bool operator ==(HashNode left, HashNode right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(HashNode, HashNode)
Declaration
public static bool operator !=(HashNode left, HashNode right)
Parameters
Returns
Implements