Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetRawData ( ) : Stream |
Gets the raw encoded data of the node. Equivalent to |
|
MerkleNode ( string hash, string name = null ) : System |
Creates a new instance of the MerkleNode with the specified Hash">multihash and optional |
|
ToString ( ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
GetBlockStats ( ) : void |
Get block statistics about the node, The object stats include the block stats. |
|
GetObjectStats ( ) : void |
Get object statistics about the node, The object stats include the block stats. |
public MerkleNode ( string hash, string name = null ) : System | ||
hash | string | /// The Base58 hash of the node or "/ipfs/hash". /// |
name | string | |
return | System |