File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,38 +216,6 @@ message Account {
216216 repeated Permission active_permission = 33 ;
217217}
218218
219- /* AccountAsset */
220- message AccountAsset {
221-
222- /* frozen balance */
223- message Frozen {
224- int64 frozen_balance = 1 ; // the frozen trx balance
225- int64 expire_time = 2 ; // the expire time
226- }
227-
228- // the create address
229- bytes address = 1 ;
230-
231- // the other asset owned by this account
232- map <string , int64 > asset = 2 ;
233-
234- // the other asset owned by this account,key is assetId
235- map <string , int64 > assetV2 = 3 ;
236-
237- bytes asset_issued_name = 4 ;
238- bytes asset_issued_ID = 5 ;
239-
240- map <string , int64 > latest_asset_operation_time = 6 ;
241- map <string , int64 > latest_asset_operation_timeV2 = 7 ;
242-
243- map <string , int64 > free_asset_net_usage = 8 ;
244- map <string , int64 > free_asset_net_usageV2 = 9 ;
245-
246- // frozen asset(for asset issuer)
247- repeated Frozen frozen_supply = 10 ;
248- }
249-
250-
251219message Key {
252220 bytes address = 1 ;
253221 int64 weight = 2 ;
You can’t perform that action at this time.
0 commit comments