From 4f6a32a99647585d91e20abdfd820bf4e7e8f45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zem=C3=A1nek?= <121304956+Hactive808@users.noreply.github.com> Date: Tue, 14 May 2024 09:03:59 +0200 Subject: [PATCH] Update TronAccount.yml --- components/schemas/TronAccount.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/schemas/TronAccount.yml b/components/schemas/TronAccount.yml index ba2b95c..0c0969f 100644 --- a/components/schemas/TronAccount.yml +++ b/components/schemas/TronAccount.yml @@ -35,9 +35,11 @@ properties: - key - value trc20: - type: array of objects - description: List of TRC20 token balances, where key is the TRC20 token address and value is balance. - example: [{"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"},{"TNBQup8ZkD9VmChpGiynGAjh3KbeFZ8mMT": "500"}] + type: array + items: + type: object + description: List of TRC20 token balances, where key is the TRC20 token address and value is balance. + example: [{"TWEWc9EoVMn588Kn7p1E6pdcpStTg3AhsG": "99999700000000000"},{"TNBQup8ZkD9VmChpGiynGAjh3KbeFZ8mMT": "500"}] createTime: type: number description: Date of creation of the account in UTC millis.