Skip to content

Commit

Permalink
Merge pull request #3 from tatumio/tron_account_fix
Browse files Browse the repository at this point in the history
Fixing tron account trc20 parameter
  • Loading branch information
productshiv authored May 13, 2024
2 parents 36d1204 + c7262c0 commit 53e0adc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions components/schemas/TronAccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ properties:
- value
trc20:
type: array
description: List of TRC20 asset balances.
items:
type: object
description:
Balance of the TRC20 assets. It is structured as key value array,
where key is the address of the TRC20 and value is the balance.
example:
TRkuKAxmWZ4G74MvZnFpoosQZsfvtNpmwH: "30958"
TVKXY8DJ9aVTcg3wwVrRRs2FbTUwi4UZWR: "70000"
additionalProperties:
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 53e0adc

Please sign in to comment.