C# Класс BitSharp.Core.Domain.BlockTx

Наследование: BitSharp.Core.Domain.MerkleTreeNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

BlockTx() публичный Метод

public BlockTx ( int index, EncodedTx encodedTx ) : BitSharp.Common
index int
encodedTx EncodedTx
Результат BitSharp.Common

BlockTx() публичный Метод

public BlockTx ( int index, UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common
index int
hash UInt256
txBytes ImmutableArray
Результат BitSharp.Common

Create() публичный статический Метод

public static Create ( int txIndex, DecodedTx tx ) : DecodedBlockTx
txIndex int
tx DecodedTx
Результат DecodedBlockTx

Create() публичный статический Метод

public static Create ( int txIndex, BitSharp.Core.Domain.Transaction tx ) : DecodedBlockTx
txIndex int
tx BitSharp.Core.Domain.Transaction
Результат DecodedBlockTx

Decode() публичный Метод

public Decode ( ) : DecodedBlockTx
Результат DecodedBlockTx