C# 클래스 Paymetheus.AccountViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: btcsuite/Paymetheus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_publishTransaction bool

공개 메소드들

메소드 설명
AccountViewModel ( ShellViewModel shell, Wallet wallet, Account account ) : Paymetheus.Bitcoin
PopulateTransactionHistory ( ) : void
UpdateAccountProperties ( int requiredConfirmations, AccountProperties props ) : void

비공개 메소드들

메소드 설명
AddPendingOutputAction ( ) : void
FetchUnspentOutputsAction ( ) : void
FinishCreateTransactionAction ( ) : void
FinishCreateTransactionText ( ) : string
ImportKeyAction ( ) : void
PendingOutput_Changed ( object sender, EventArgs e ) : void
RecalculateCreateTransaction ( ) : void
RemovePendingOutputAction ( PendingOutput item ) : void
RenameAcountAction ( ) : void
RequestAddressAction ( ) : void
ShowUnsignedTransaction ( ) : void
SignTransactionWithPassphrase ( string passphrase, Transaction outputs, bool publishImmediately ) : System.Threading.Tasks.Task

메소드 상세

AccountViewModel() 공개 메소드

public AccountViewModel ( ShellViewModel shell, Wallet wallet, Account account ) : Paymetheus.Bitcoin
shell ShellViewModel
wallet Paymetheus.Bitcoin.Wallet.Wallet
account Account
리턴 Paymetheus.Bitcoin

PopulateTransactionHistory() 공개 메소드

public PopulateTransactionHistory ( ) : void
리턴 void

UpdateAccountProperties() 공개 메소드

public UpdateAccountProperties ( int requiredConfirmations, AccountProperties props ) : void
requiredConfirmations int
props Paymetheus.Bitcoin.Wallet.AccountProperties
리턴 void

프로퍼티 상세

_publishTransaction 공개적으로 프로퍼티

public bool _publishTransaction
리턴 bool