Skip to content

Commit 9c67a0f

Browse files
committed
multi: add CreditAccount & DebitAccount endpoints
This commit introduces the structure for new endpoints in the accounts subsystem, enabling balance adjustments by crediting or debiting a specified amount. This contrasts with the existing `UpdateAccount` implementation, which directly sets the balance to a fixed value. For more details on the drawbacks of the current implementation, see [issue #648](#648). The actual implementation of the endpoints will be introduced in subsequent commits.
1 parent db60278 commit 9c67a0f

13 files changed

+2433
-155
lines changed

app/src/types/generated/lit-accounts_pb.d.ts

Lines changed: 131 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)