메소드 | 설명 | |
---|---|---|
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 GetPrev ( IBlockStore store ) : |
||
store | IBlockStore | |
리턴 |
public StoredBlock ( |
||
header | ||
chainWork | ||
height | uint | |
리턴 | System |