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

파일 보기 프로젝트 열기: pmlyon/BitSharp 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( ) : DecodedTx
EncodedTx ( ImmutableArray txBytes, BitSharp.Core.Domain.Transaction transaction ) : BitSharp.Common
EncodedTx ( UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common

메소드 상세

Decode() 공개 메소드

public Decode ( ) : DecodedTx
리턴 DecodedTx

EncodedTx() 공개 메소드

public EncodedTx ( ImmutableArray txBytes, BitSharp.Core.Domain.Transaction transaction ) : BitSharp.Common
txBytes ImmutableArray
transaction BitSharp.Core.Domain.Transaction
리턴 BitSharp.Common

EncodedTx() 공개 메소드

public EncodedTx ( UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common
hash UInt256
txBytes ImmutableArray
리턴 BitSharp.Common