C# 클래스 Paymetheus.AccountViewModel.PendingOutput

파일 보기 프로젝트 열기: btcsuite/Paymetheus

공개 프로퍼티들

프로퍼티 타입 설명
_outputAmount Paymetheus.Bitcoin.Amount

공개 메소드들

메소드 설명
BuildOutputScript ( ) : OutputScript
IsValid ( ) : bool

Checks whether all user-set fields of the pending output are ready to be used to create a transaction output.

비공개 메소드들

메소드 설명
RaiseChanged ( ) : void

메소드 상세

BuildOutputScript() 공개 메소드

public BuildOutputScript ( ) : OutputScript
리턴 Paymetheus.Bitcoin.Script.OutputScript

IsValid() 공개 메소드

Checks whether all user-set fields of the pending output are ready to be used to create a transaction output.
public IsValid ( ) : bool
리턴 bool

프로퍼티 상세

_outputAmount 공개적으로 프로퍼티

public Amount,Paymetheus.Bitcoin _outputAmount
리턴 Paymetheus.Bitcoin.Amount