[Bitcoin Calculate Fee] How can i calculate fee on Android or iOS. #3287
Replies: 4 comments
-
You need to use online rpc to calculate the fees @weixuefeng - fees calculation is not included in wallet core for any chains |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Milerius if my transaction is a normal transaction, just like from A to B, not brc20 transaction, i can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
weixuefeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i make brc20 transfer transaction. but how can i calculate transaction fee? or how can i calculate transaction size?
such as this transaction:
wallet-core/android/app/src/androidTest/java/com/trustwallet/core/app/blockchains/bitcoin/TestBitcoinSigning.kt
Line 164 in bad5dab
Beta Was this translation helpful? Give feedback.
All reactions