Skip to content

Commit

Permalink
Add "account already exists" error to AccountError
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed May 23, 2023
1 parent ea7c356 commit a7f70ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/account.ts
Expand Up @@ -22,6 +22,7 @@ export const protocolVersion = 2;
export { AccountEvent };

export type AccountError =
| "account already exists"
| "account is deleted"
| "account not found"
| "amount is empty"
Expand Down

0 comments on commit a7f70ac

Please sign in to comment.