Chris Kim (Hyunggun)
Chris Kim (Hyunggun)
## Problem currently, if I want to write out approval, clear, ABI to file system, we have to do this which is not the most elegant way. If devs want...
**The current state** Link to or copy and paste the portion of text or code that you think should be changed. https://developer.algorand.org/docs/get-details/dapps/smart-contracts/debugging/#:~:text=You%20should%20also,help%20with%20debugging. **The proposed state** Tell us how it should...
# 🚀 Feature Request Description Currently, various account-related methods take in different types. For example, `aptos.transaction.build.simple()` takes in `AccountAddressInput` as an argument, while `aptos.transaction.simulate.simple()` takes in the `PublicKey` type, and...