How to Transfer amount to let the account doesn't remain dust balance #213
BomaxChen
started this conversation in
Developers
Replies: 1 comment 3 replies
-
I know the Glif wallet does a nice gas calculation when you use it ... there's probably some clever code there. https://wallet.glif.io/ |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have filecoin account, its balance is 1 FIL, how do I use RPC API to get gas information that I can transfer all this account balance to another account ? (It means after this transaction, the previous account remains 0 FIL , that is I can calculate the real gas fee. )
I don't want to remain dust balance like ( 0.000000XXX FIL), so I need to transfer all amount from the previous account. Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions