Aptos Wallet Private Key and Public Address differentiation #641
-
Discord user ID481762810704035851 Describe your question in detail.Is there any way to differentiate between private key and public address of the wallet? What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?Windows 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.
Replies: 1 comment 1 reply
-
hey unfortunately that happens to a lot of people, on aptos,
all i can suggest is please be extra careful when transferring funds to a new address, always check the address on the explorer. |
Beta Was this translation helpful? Give feedback.
hey unfortunately that happens to a lot of people, on aptos,
are all 64 char length string starts with 0x, although you may see chunked version of address without 0x some times (i know, even more confusing)
all i can suggest is please be extra careful when transferring funds to a new address, always check the address on the explorer.
and you should always send funds to address, do not send it to public key.