-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Victor Yanev <[email protected]> Signed-off-by: Victor Yanev <[email protected]>
- Loading branch information
1 parent
fa66ff6
commit e178113
Showing
9 changed files
with
327 additions
and
29 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
@hts-forking/test/data/MFCT/getBalanceOfToken_0.0.2669675.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"timestamp": "1727813254.582754397", | ||
"balances": [ | ||
{ | ||
"account": "0.0.2669675", | ||
"balance": 5000, | ||
"decimals": 0 | ||
} | ||
], | ||
"links": { | ||
"next": null | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
@hts-forking/test/data/USDC/getBalanceOfToken_0.0.5176.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"timestamp": "1724799522.972495003", | ||
"balances": [ | ||
{ | ||
"account": "0.0.5176", | ||
"balance": 5000000, | ||
"decimals": 6 | ||
} | ||
], | ||
"links": { | ||
"next": null | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
@hts-forking/test/data/getAccount_0xa3612a87022a4706fc9452c50abd2703ac4fd7d9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"account": "0.0.2669675", | ||
"alias": "HIQQEAMJCQN7IZLRPU6I53Q7VFOINWOXBZM365CNKLKTBQ5RXPYUKLWH", | ||
"auto_renew_period": 7776000, | ||
"balance": { | ||
"balance": 99981012856, | ||
"timestamp": "1727813254.582754397", | ||
"tokens": [ | ||
{ | ||
"token_id": "0.0.4730999", | ||
"balance": 5000 | ||
} | ||
] | ||
}, | ||
"created_timestamp": "1707161970.469792002", | ||
"decline_reward": false, | ||
"deleted": false, | ||
"ethereum_nonce": 802, | ||
"evm_address": "0xa3612a87022a4706fc9452c50abd2703ac4fd7d9", | ||
"expiry_timestamp": "1714937970.469792002", | ||
"key": { | ||
"_type": "ECDSA_SECP256K1", | ||
"key": "020189141bf465717d3c8eee1fa95c86d9d70e59bf744d52d530c3b1bbf1452ec7" | ||
}, | ||
"max_automatic_token_associations": 0, | ||
"memo": "auto-created account", | ||
"pending_reward": 0, | ||
"receiver_sig_required": false, | ||
"staked_account_id": null, | ||
"staked_node_id": null, | ||
"stake_period_start": null, | ||
"transactions": [], | ||
"links": { | ||
"next": "/api/v1/accounts/0.0.2669675?timestamp=lt:1726314195.875000001" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.