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 2ca7904 commit a46569dCopy full SHA for a46569d
src/main/protos/core/Tron.proto
@@ -413,6 +413,7 @@ message BlockHeader {
413
bytes witness_address = 9;
414
int32 version = 10;
415
bytes accountStateRoot = 11;
416
+ bytes receiptsRoot = 12;
417
}
418
raw raw_data = 1;
419
bytes witness_signature = 2;
@@ -541,12 +542,6 @@ message InternalTransaction {
541
542
bool rejected = 6;
543
544
-message DelegatedResourceAccountIndex {
545
- bytes account = 1;
546
- repeated bytes fromAccounts = 2;
547
- repeated bytes toAccounts = 3;
548
-}
549
-
550
message NodeInfo {
551
int64 beginSyncNum = 1;
552
string block = 2;
0 commit comments