File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,14 @@ const (
110
110
111
111
ADD_FREE_ALLOCATION_ASSIGNER = "add_free_storage_assigner"
112
112
113
+ // Vesting SC
114
+ VESTING_TRIGGER = "trigger"
115
+ VESTING_STOP = "stop"
116
+ VESTING_UNLOCK = "unlock"
117
+ VESTING_ADD = "add"
118
+ VESTING_DELETE = "delete"
119
+ VESTING_UPDATE_SETTINGS = "vestingsc-update-settings"
120
+
113
121
// Storage SC
114
122
STORAGESC_FINALIZE_ALLOCATION = "finalize_allocation"
115
123
STORAGESC_CANCEL_ALLOCATION = "cancel_allocation"
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ type Ref struct {
104
104
ChildrenLoaded bool
105
105
Children []RefEntity `json:"-" mapstructure:"-"`
106
106
AllocationRoot string `json:"allocation_root" mapstructure:"allocation_root"`
107
+ AllocationVersion int64 `json:"allocation_version" mapstructure:"allocation_version"`
107
108
CreatedAt common.Timestamp `json:"created_at" mapstructure:"created_at"`
108
109
UpdatedAt common.Timestamp `json:"updated_at" mapstructure:"updated_at"`
109
110
}
You can’t perform that action at this time.
0 commit comments