Method | Description | |
---|---|---|
BlockProvider ( string resourceName ) : BitSharp.Common | ||
Dispose ( ) : void | ||
GetBlock ( UInt256 hash ) : BitSharp.Core.Domain.Block | ||
GetBlock ( int height ) : BitSharp.Core.Domain.Block | ||
ReadBlocks ( ) : IEnumerable |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
GetEntry ( string name ) : BitSharp.Core.Domain.Block |
public BlockProvider ( string resourceName ) : BitSharp.Common | ||
resourceName | string | |
return | BitSharp.Common |
public GetBlock ( UInt256 hash ) : BitSharp.Core.Domain.Block | ||
hash | UInt256 | |
return | BitSharp.Core.Domain.Block |
public GetBlock ( int height ) : BitSharp.Core.Domain.Block | ||
height | int | |
return | BitSharp.Core.Domain.Block |