C# Class BitSharp.Core.Domain.EncodedTx

显示文件 Open project: pmlyon/BitSharp Class Usage Examples

Public Methods

Method Description
Decode ( ) : DecodedTx
EncodedTx ( ImmutableArray txBytes, BitSharp.Core.Domain.Transaction transaction ) : BitSharp.Common
EncodedTx ( UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common

Method Details

Decode() public method

public Decode ( ) : DecodedTx
return DecodedTx

EncodedTx() public method

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

EncodedTx() public method

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