Méthode |
Description |
|
BlockHeader ( UInt32 version, UInt256 previousBlock, UInt256 merkleRoot, DateTimeOffset time, UInt32 bits, UInt32 nonce, UInt256 hash ) : BitSharp.Common |
|
|
CalculateTarget ( ) : UInt256 |
|
|
CalculateWork ( ) : UInt256 |
|
|
Create ( UInt32 version, UInt256 previousBlock, UInt256 merkleRoot, DateTimeOffset time, UInt32 bits, UInt32 nonce ) : BlockHeader |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
|
|
With ( UInt32 Version = null, UInt256 PreviousBlock = null, UInt256 MerkleRoot = null, DateTimeOffset Time = null, UInt32 Bits = null, UInt32 Nonce = null ) : BlockHeader |
|
|
operator ( ) : bool |
|
|