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 2ed8759 commit 8fd0a45
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions components/schemas/TronAccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ properties:
- key
- value
trc20:
type: object
type: array of objects
description: List of TRC20 token balances, where key is the TRC20 token address and value is balance.
example: {"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"}
example: "trc20": [
{
"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"
},
{
"TNBQup8ZkD9VmChpGiynGAjh3KbeFZ8mMT": "500"
}
]
createTime:
type: number
description: Date of creation of the account in UTC millis.
Expand Down

0 comments on commit 8fd0a45

Please sign in to comment.