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

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

공개 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

IsPayToScriptHash() 공개 메소드

public IsPayToScriptHash ( ) : bool
리턴 bool

PrevTxOutput() 공개 메소드

public PrevTxOutput ( TxOutput txOutput, UnspentTx unspentTx ) : BitSharp.Core.Script
txOutput TxOutput
unspentTx UnspentTx
리턴 BitSharp.Core.Script

PrevTxOutput() 공개 메소드

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
리턴 BitSharp.Core.Script

PrevTxOutput() 공개 메소드

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
리턴 BitSharp.Core.Script