SecureWallet

Undocumented in source.

Constructors

this
this(DevicePIN pin, RecoverGenerator wallet, AccountDetails account)
Undocumented in source.
this
this(Document wallet_doc, Document pin_doc)
Undocumented in source.

Members

Functions

active_balance
TagionCurrency active_balance()
Undocumented in source. Be warned that the author may not have intended to support it.
available_balance
TagionCurrency available_balance()
Undocumented in source. Be warned that the author may not have intended to support it.
checkLogin
void checkLogin()
Undocumented in source. Be warned that the author may not have intended to support it.
confidence
uint confidence()
Undocumented in source. Be warned that the author may not have intended to support it.
login
bool login(const(char[]) pincode)
Undocumented in source. Be warned that the author may not have intended to support it.
logout
void logout()
Undocumented in source. Be warned that the author may not have intended to support it.
payment
bool payment(const(Invoice[]) orders, SignedContract result)
Undocumented in source. Be warned that the author may not have intended to support it.
pin
const(DevicePIN) pin()
Undocumented in source. Be warned that the author may not have intended to support it.
registerInvoice
void registerInvoice(Invoice invoice)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInvoices
void registerInvoices(Invoice[] invoices)
Undocumented in source. Be warned that the author may not have intended to support it.
wallet
const(RecoverGenerator) wallet()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createInvoice
Invoice createInvoice(string label, TagionCurrency amount, Document info)
Undocumented in source. Be warned that the author may not have intended to support it.
createWallet
SecureWallet createWallet(const(string[]) questions, const(char[][]) answers, uint confidence, const(char[]) pincode)
Undocumented in source.

Static variables

net
SecureNet net;
Undocumented in source.

Variables

_pin
DevicePIN _pin;
Undocumented in source.
_wallet
RecoverGenerator _wallet;
Undocumented in source.
account
AccountDetails account;
Undocumented in source.

Meta