- add_bill
bool add_bill(TagionBill bill)
Undocumented in source. Be warned that the author may not have intended to support it.
- add_bill
TagionBill add_bill(Document doc)
Undocumented in source. Be warned that the author may not have intended to support it.
- available
TagionCurrency available()
- check_contract_payment
int check_contract_payment(const(DARTIndex)[] inputs, const(Document[]) outputs)
Undocumented in source. Be warned that the author may not have intended to support it.
- check_invoice_payment
bool check_invoice_payment(Pubkey invoicePubkey, TagionCurrency amount)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearup
void clearup()
Clear up the Account
Remove used bills
- locked
TagionCurrency locked()
- 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.
- remove_bill_by_hash
void remove_bill_by_hash(const(DARTIndex) billHash)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestBill
void requestBill(TagionBill bill, Buffer derive)
Undocumented in source. Be warned that the author may not have intended to support it.
- total
TagionCurrency total()
- unlock_bill_by_hash
void unlock_bill_by_hash(const(DARTIndex) billHash)
Undocumented in source. Be warned that the author may not have intended to support it.