Свойство | Type | Description | |
---|---|---|---|
GetBlockLock | object | ||
ReadBlockTransactions | IEnumerator |
||
TryChainHeader | bool |
Méthode | Description | |
---|---|---|
AddBlocks ( IEnumerable |
||
AddGenesisBlock ( |
||
ChainHeaders ( IEnumerable |
||
ContainsBlockTxes ( UInt256 blockHash ) : bool | ||
ContainsChainedHeader ( UInt256 blockHash ) : bool | ||
CoreStorage ( IStorageManager storageManager ) : BitSharp.Common | ||
Dispose ( ) : void | ||
FindMaxTotalWork ( ) : |
||
GetChainedHeader ( UInt256 blockHash ) : |
||
IsBlockInvalid ( UInt256 blockHash ) : bool | ||
MarkBlockInvalid ( UInt256 blockHash, BitSharp.Core.Domain.Chain targetChain ) : void | ||
TryAddBlock ( BitSharp.Core.Domain.Block block ) : bool | ||
TryChainHeader ( |
||
TryGetBlock ( UInt256 blockHash, BitSharp.Core.Domain.Block &block ) : bool | ||
TryGetChainedHeader ( UInt256 blockHash, |
||
TryGetTransaction ( UInt256 blockHash, int txIndex, |
||
TryReadBlockTransactions ( UInt256 blockHash, IEnumerator |
||
TryReadChain ( UInt256 blockHash, BitSharp.Core.Domain.Chain &chain ) : bool | ||
TryRemoveBlockTransactions ( UInt256 blockHash ) : bool | ||
TryRemoveChainedHeader ( UInt256 blockHash ) : bool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
GetBlockLock ( UInt256 blockHash ) : object | ||
ReadBlockTransactions ( UInt256 blockHash, IEnumerator |
||
TryChainHeader ( |
public AddBlocks ( IEnumerable |
||
blocks | IEnumerable |
|
Résultat | void |
public AddGenesisBlock ( |
||
genesisHeader | ||
Résultat | void |
public ChainHeaders ( IEnumerable |
||
blockHeaders | IEnumerable |
|
Résultat | void |
public ContainsBlockTxes ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
Résultat | bool |
public ContainsChainedHeader ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
Résultat | bool |
public CoreStorage ( IStorageManager storageManager ) : BitSharp.Common | ||
storageManager | IStorageManager | |
Résultat | BitSharp.Common |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public FindMaxTotalWork ( ) : |
||
Résultat |
public GetChainedHeader ( UInt256 blockHash ) : |
||
blockHash | UInt256 | |
Résultat |
public IsBlockInvalid ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
Résultat | bool |
public MarkBlockInvalid ( UInt256 blockHash, BitSharp.Core.Domain.Chain targetChain ) : void | ||
blockHash | UInt256 | |
targetChain | BitSharp.Core.Domain.Chain | |
Résultat | void |
public TryAddBlock ( BitSharp.Core.Domain.Block block ) : bool | ||
block | BitSharp.Core.Domain.Block | |
Résultat | bool |
public TryChainHeader ( |
||
blockHeader | ||
chainedHeader | ||
Résultat | bool |
public TryGetBlock ( UInt256 blockHash, BitSharp.Core.Domain.Block &block ) : bool | ||
blockHash | UInt256 | |
block | BitSharp.Core.Domain.Block | |
Résultat | bool |
public TryGetChainedHeader ( UInt256 blockHash, |
||
blockHash | UInt256 | |
chainedHeader | ||
Résultat | bool |
public TryGetTransaction ( UInt256 blockHash, int txIndex, |
||
blockHash | UInt256 | |
txIndex | int | |
transaction | ||
Résultat | bool |
public TryReadBlockTransactions ( UInt256 blockHash, IEnumerator |
||
blockHash | UInt256 | |
blockTxes | IEnumerator |
|
Résultat | bool |
public TryReadChain ( UInt256 blockHash, BitSharp.Core.Domain.Chain &chain ) : bool | ||
blockHash | UInt256 | |
chain | BitSharp.Core.Domain.Chain | |
Résultat | bool |
public TryRemoveBlockTransactions ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
Résultat | bool |
public TryRemoveChainedHeader ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
Résultat | bool |