C# Class BitSharp.Core.BlockProvider

Inheritance: IDisposable
Afficher le fichier Open project: pmlyon/BitSharp Class Usage Examples

Méthodes publiques

Méthode Description
BlockProvider ( string resourceName ) : BitSharp.Common
Dispose ( ) : void
GetBlock ( UInt256 hash ) : BitSharp.Core.Domain.Block
GetBlock ( int height ) : BitSharp.Core.Domain.Block
ReadBlocks ( ) : IEnumerable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetEntry ( string name ) : BitSharp.Core.Domain.Block

Method Details

BlockProvider() public méthode

public BlockProvider ( string resourceName ) : BitSharp.Common
resourceName string
Résultat BitSharp.Common

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBlock() public méthode

public GetBlock ( UInt256 hash ) : BitSharp.Core.Domain.Block
hash UInt256
Résultat BitSharp.Core.Domain.Block

GetBlock() public méthode

public GetBlock ( int height ) : BitSharp.Core.Domain.Block
height int
Résultat BitSharp.Core.Domain.Block

ReadBlocks() public méthode

public ReadBlocks ( ) : IEnumerable
Résultat IEnumerable