Skip to content

Commit de38373

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 de38373

13 files changed

+2328
-159
lines changed

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

Lines changed: 120 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)