We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5b888 commit 92b9721Copy full SHA for 92b9721
src/main/protos/core/Tron.proto
@@ -193,6 +193,7 @@ message Account {
193
bytes account_id = 23;
194
195
int64 net_window_size = 24;
196
+ bool net_window_optimized = 25;
197
198
message AccountResource {
199
// energy resource, get from frozen
@@ -215,6 +216,7 @@ message Account {
215
216
217
int64 delegated_frozenV2_balance_for_energy = 10;
218
int64 acquired_delegated_frozenV2_balance_for_energy = 11;
219
+ bool energy_window_optimized = 12;
220
}
221
AccountResource account_resource = 26;
222
bytes codeHash = 30;
0 commit comments