Documentation
Tagion
AccountDetails
tagion
betterC
wallet
WalletRecords
Undocumented in source.
@
trusted
struct
AccountDetails {
@
Label
("$derives")
Document
derives
;
@
Label
("$bills")
StandardBill
[]
bills
;
@
Label
("$state")
Buffer
derive_state
;
@
Label
("$active")
Document
activated
;
void
clearup
();
bool
processed
();
TagionCurrency
available
();
TagionCurrency
active
();
}
Members
Functions
active
TagionCurrency
active
()
// Returns: // The total active amount //
available
TagionCurrency
available
()
clearup
void
clearup
()
Clear up the Account Remove used bills
processed
bool
processed
()
Variables
activated
Document
activated
;
Activated bills
tagion
betterC
wallet
WalletRecords
structs
AccountDetails
Contract
DevicePIN
Label
RecoverGenerator
SignedContract