메소드 | 설명 | |
---|---|---|
ChainState ( BitSharp.Core.Domain.Chain chain, IStorageManager storageManager ) : BitSharp.Common | ||
ContainsBlockSpentTxes ( int blockIndex ) : bool | ||
ContainsBlockUnmintedTxes ( UInt256 blockHash ) : bool | ||
ContainsHeader ( UInt256 blockHash ) : bool | ||
ContainsUnspentTx ( UInt256 txHash ) : bool | ||
ContainsUnspentTxOutput ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : bool | ||
Dispose ( ) : void | ||
ReadUnspentTransactions ( ) : IEnumerable |
||
TryGetBlockSpentTxes ( int blockIndex, BlockSpentTxes &spentTxes ) : bool | ||
TryGetBlockUnmintedTxes ( UInt256 blockHash, IImmutableList |
||
TryGetHeader ( UInt256 blockHash, |
||
TryGetUnspentTx ( UInt256 txHash, |
||
TryGetUnspentTxOutput ( BitSharp.Core.Domain.TxOutputKey txOutputKey, |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public ChainState ( BitSharp.Core.Domain.Chain chain, IStorageManager storageManager ) : BitSharp.Common | ||
chain | BitSharp.Core.Domain.Chain | |
storageManager | IStorageManager | |
리턴 | BitSharp.Common |
public ContainsBlockSpentTxes ( int blockIndex ) : bool | ||
blockIndex | int | |
리턴 | bool |
public ContainsBlockUnmintedTxes ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
리턴 | bool |
public ContainsHeader ( UInt256 blockHash ) : bool | ||
blockHash | UInt256 | |
리턴 | bool |
public ContainsUnspentTx ( UInt256 txHash ) : bool | ||
txHash | UInt256 | |
리턴 | bool |
public ContainsUnspentTxOutput ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : bool | ||
txOutputKey | BitSharp.Core.Domain.TxOutputKey | |
리턴 | bool |
public TryGetBlockSpentTxes ( int blockIndex, BlockSpentTxes &spentTxes ) : bool | ||
blockIndex | int | |
spentTxes | BlockSpentTxes | |
리턴 | bool |
public TryGetBlockUnmintedTxes ( UInt256 blockHash, IImmutableList |
||
blockHash | UInt256 | |
unmintedTxes | IImmutableList |
|
리턴 | bool |
public TryGetHeader ( UInt256 blockHash, |
||
blockHash | UInt256 | |
header | ||
리턴 | bool |
public TryGetUnspentTx ( UInt256 txHash, |
||
txHash | UInt256 | |
unspentTx | ||
리턴 | bool |
public TryGetUnspentTxOutput ( BitSharp.Core.Domain.TxOutputKey txOutputKey, |
||
txOutputKey | BitSharp.Core.Domain.TxOutputKey | |
txOutput | ||
리턴 | bool |