Add ThresholdIDs to AccountProfiles

This commit is contained in:
TeoV
2020-12-21 17:22:59 +02:00
committed by Dan Christian Bogos
parent 9c5b50a1de
commit 4eefdc9a03
7 changed files with 41 additions and 11 deletions

View File

@@ -1550,6 +1550,7 @@ type TPAccountProfile struct {
ActivationInterval *TPActivationInterval
Weight float64
Balances []*TPAccountBalance
ThresholdIDs []string
}
type TPAccountBalance struct {