AccountDetails

Undocumented in source.

Constructors

this
this(Document doc)
Undocumented in source.

Members

Functions

active
TagionCurrency active()

// Returns: // The total active amount //

add_bill
void add_bill(StandardBill bill)
Undocumented in source. Be warned that the author may not have intended to support it.
available
TagionCurrency available()
clearup
void clearup()

Clear up the Account Remove used bills

processed
bool processed()
remove_bill
bool remove_bill(Pubkey pk)
Undocumented in source. Be warned that the author may not have intended to support it.
toDoc
const(Document) toDoc()
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout(HiBONT) toHiBON()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

activated
Document activated;

Actived bills

bills
StandardBill[] bills;
Undocumented in source.
derive_state
Buffer derive_state;
Undocumented in source.
derives
Document derives;
Undocumented in source.

Meta