C# Class BitSharp.Core.Domain.PrevTxOutput

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
IsPayToScriptHash ( ) : bool
PrevTxOutput ( TxOutput txOutput, UnspentTx unspentTx ) : BitSharp.Core.Script
PrevTxOutput ( TxOutput txOutput, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script
PrevTxOutput ( System.UInt64 value, ImmutableArray scriptPublicKey, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

IsPayToScriptHash() public méthode

public IsPayToScriptHash ( ) : bool
Résultat bool

PrevTxOutput() public méthode

public PrevTxOutput ( TxOutput txOutput, UnspentTx unspentTx ) : BitSharp.Core.Script
txOutput TxOutput
unspentTx UnspentTx
Résultat BitSharp.Core.Script

PrevTxOutput() public méthode

public PrevTxOutput ( TxOutput txOutput, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script
txOutput TxOutput
blockHeight int
txIndex int
txVersion uint
isCoinbase bool
Résultat BitSharp.Core.Script

PrevTxOutput() public méthode

public PrevTxOutput ( System.UInt64 value, ImmutableArray scriptPublicKey, int blockHeight, int txIndex, uint txVersion, bool isCoinbase ) : BitSharp.Core.Script
value System.UInt64
scriptPublicKey ImmutableArray
blockHeight int
txIndex int
txVersion uint
isCoinbase bool
Résultat BitSharp.Core.Script