C# Class BitSharp.Core.Domain.BlockTx

Inheritance: BitSharp.Core.Domain.MerkleTreeNode
Datei anzeigen Open project: pmlyon/BitSharp Class Usage Examples

Public Methods

Method Description
BlockTx ( int index, EncodedTx encodedTx ) : BitSharp.Common
BlockTx ( int index, UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common
Create ( int txIndex, DecodedTx tx ) : DecodedBlockTx
Create ( int txIndex, BitSharp.Core.Domain.Transaction tx ) : DecodedBlockTx
Decode ( ) : DecodedBlockTx

Method Details

BlockTx() public method

public BlockTx ( int index, EncodedTx encodedTx ) : BitSharp.Common
index int
encodedTx EncodedTx
return BitSharp.Common

BlockTx() public method

public BlockTx ( int index, UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common
index int
hash UInt256
txBytes ImmutableArray
return BitSharp.Common

Create() public static method

public static Create ( int txIndex, DecodedTx tx ) : DecodedBlockTx
txIndex int
tx DecodedTx
return DecodedBlockTx

Create() public static method

public static Create ( int txIndex, BitSharp.Core.Domain.Transaction tx ) : DecodedBlockTx
txIndex int
tx BitSharp.Core.Domain.Transaction
return DecodedBlockTx

Decode() public method

public Decode ( ) : DecodedBlockTx
return DecodedBlockTx