-
Asked by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, there's no need to have approval in aptos, because aptos transaction allows you to pass signer instead of just address, as long as the function ahs access to the signer, it can withdraw or transfer the token from the address as if it owns the address. You can learn more about ERC-20 vs Aptos Fungible Asset in aptos learn. |
Beta Was this translation helpful? Give feedback.
No, there's no need to have approval in aptos, because aptos transaction allows you to pass signer instead of just address, as long as the function ahs access to the signer, it can withdraw or transfer the token from the address as if it owns the address.
You can learn more about ERC-20 vs Aptos Fungible Asset in aptos learn.