Skip to content

Commit

Permalink
Update TronAccount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hactive808 authored May 14, 2024
1 parent 53e0adc commit f300b52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/schemas/TronAccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ properties:
description: List of TRC20 asset balances.
items:
type: object
additionalProperties:
type: string
description: Balance of the TRC20 token, where key is the TRC20 token address.
example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"}
properties:
unique_address:
type: string
description: Balance of the TRC20 token, where key is the TRC20 token address.
example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"}
createTime:
type: number
description: Date of creation of the account in UTC millis.
Expand Down

0 comments on commit f300b52

Please sign in to comment.