C# Class BitSharp.Core.Domain.EncodedTx

Afficher le fichier Open project: pmlyon/BitSharp Class Usage Examples

Méthodes publiques

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

Method Details

Decode() public méthode

public Decode ( ) : DecodedTx
Résultat DecodedTx

EncodedTx() public méthode

public EncodedTx ( ImmutableArray txBytes, BitSharp.Core.Domain.Transaction transaction ) : BitSharp.Common
txBytes ImmutableArray
transaction BitSharp.Core.Domain.Transaction
Résultat BitSharp.Common

EncodedTx() public méthode

public EncodedTx ( UInt256 hash, ImmutableArray txBytes ) : BitSharp.Common
hash UInt256
txBytes ImmutableArray
Résultat BitSharp.Common