Метод | Описание | |
---|---|---|
Build ( |
Creates a new StoredBlock, calculating the additional fields by adding to the values in this block.
|
|
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
GetPrev ( IBlockStore store ) : |
Given a block store, looks up the previous block in this chain. Convenience method for doing store.get(this.getHeader().getPrevBlockHash()).
|
|
MoreWorkThan ( |
Returns true if this objects chainWork is higher than the others.
|
|
StoredBlock ( |
||
ToString ( ) : string |
public Build ( |
||
block | ||
Результат |
public GetPrev ( IBlockStore store ) : |
||
store | IBlockStore | |
Результат |
public MoreWorkThan ( |
||
other | ||
Результат | bool |
public StoredBlock ( |
||
header | ||
chainWork | ||
height | uint | |
Результат | System |