Skip to content

Commit 666240e

Browse files
author
Kyle Smith
authored
add new account flag (#321)
1 parent 75f6f82 commit 666240e

2 files changed

Lines changed: 26 additions & 5 deletions

File tree

go/wallet/account/v1/account.pb.go

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

proto/meshtrade/wallet/account/v1/account.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ message Account {
140140
NOTE: This is read only live ledger data that is only populated when retrieved with populate_ledger_data=true.
141141
*/
142142
repeated Signatory signatories = 12;
143+
144+
/*
145+
Flag set by system to indicate that the account
146+
was created internally by the system and not
147+
by a user or api user.
148+
NOTE: Immutable and set by system
149+
*/
150+
bool internally_created = 13;
143151
}
144152

145153
/*

0 commit comments

Comments
 (0)