C# 클래스 BitSharp.Core.Domain.BlockTx

상속: BitSharp.Core.Domain.MerkleTreeNode
파일 보기 프로젝트 열기: pmlyon/BitSharp 1 사용 예제들

공개 메소드들

메소드 설명
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