CreateEmptyBlock() public method

public CreateEmptyBlock ( UInt256 prevBlockHash, UInt256 target = null, DateTimeOffset time = null ) : BitSharp.Core.Domain.Block
prevBlockHash UInt256
target UInt256
time DateTimeOffset
return BitSharp.Core.Domain.Block
Exemplo n.º 1
0
 public Block CreateEmptyBlock(UInt256 prevBlockHash, UInt256 target = null)
 {
     return(testBlocks.CreateEmptyBlock(prevBlockHash, target));
 }