Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contracts/priv/unity.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/unity/schemas/OperatorAccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ properties:
deletable:
type: boolean
description: flag whether the account can be deleted or not
reactivatable:
type: boolean
description: flag whether the account can be reactivated or not
balance:
type: number
description: remaining balance on the account, nil if none
Expand Down