This commit is contained in:
2024-09-26 00:11:49 -07:00
parent d86492cd8d
commit 5366c0be59
2 changed files with 29 additions and 12 deletions

View File

@@ -318,7 +318,7 @@
(defprotocol ImportBatch
(import-transaction! [this transaction])
(get-stats [this ])
(get-pending-balance [this])
(get-pending-balance [this bank-account])
(finish! [this])
(fail! [this error]))