getAccountAPTAmount return value #193
Answered
by
0x-j
bjmvercelli
asked this question in
Questions
-
Discord user ID361196456922841091 Describe your question in detail.Hey! I'm starting to learn aptos development and came up with this situation. As you can see, i'm executing a getAccountAPTAmount and it is returning 100000, what's the reason of that? For amounts > 1 it returns "correctly"... What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?Yes Which operating system are you using?Linux (Ubuntu, Fedora, Windows WSL, etc.) Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
0x-j
May 11, 2024
Replies: 1 comment 2 replies
-
it returns in octas which is smallest unit of APT where 1 APT = 10^8 octas |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bjmvercelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it returns in octas which is smallest unit of APT where 1 APT = 10^8 octas