C# Class Paymetheus.AccountViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: btcsuite/Paymetheus Class Usage Examples

Méthodes publiques

Свойство Type Description
_publishTransaction bool

Méthodes publiques

Méthode Description
AccountViewModel ( ShellViewModel shell, Wallet wallet, Account account ) : Paymetheus.Bitcoin
PopulateTransactionHistory ( ) : void
UpdateAccountProperties ( int requiredConfirmations, AccountProperties props ) : void

Private Methods

Méthode Description
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

Method Details

AccountViewModel() public méthode

public AccountViewModel ( ShellViewModel shell, Wallet wallet, Account account ) : Paymetheus.Bitcoin
shell ShellViewModel
wallet Paymetheus.Bitcoin.Wallet.Wallet
account Account
Résultat Paymetheus.Bitcoin

PopulateTransactionHistory() public méthode

public PopulateTransactionHistory ( ) : void
Résultat void

UpdateAccountProperties() public méthode

public UpdateAccountProperties ( int requiredConfirmations, AccountProperties props ) : void
requiredConfirmations int
props Paymetheus.Bitcoin.Wallet.AccountProperties
Résultat void

Property Details

_publishTransaction public_oe property

public bool _publishTransaction
Résultat bool