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.
2 parents c7495f8 + 8aeba00 commit e13211cCopy full SHA for e13211c
core/Tron.proto
@@ -69,7 +69,6 @@ message Account {
69
message acuthrity {
70
AccountId account = 1;
71
bytes permission_name = 2;
72
-
73
}
74
75
@@ -113,11 +112,6 @@ message TXOutputs {
113
112
114
115
message Transaction {
116
- // transcation type, utxo is desprated.
117
- enum TransactionType {
118
- UtxoType = 0;
119
- ContractType = 1;
120
- }
121
message Contract {
122
enum ContractType {
123
AccountCreateContract = 0;
@@ -153,7 +147,7 @@ message Transaction {
153
147
154
148
155
149
message raw {
156
- TransactionType type = 1;
150
+ bytes ref_block_bytes = 1;
157
151
int64 ref_block_num = 3;
158
152
bytes ref_block_hash = 4;
159
int64 expiration = 8;
0 commit comments