You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call getFeeForMessage or getFees RPC methods and display the resulting fee value in SOL on the transaction confirmation screen.
This call could be done in parallel with the transaction simulation from blowfish.
Also, the blowfish response already returns the compute units for each transaction, so maybe we can more simply use that to compute/estimate the fee for the transaction?
The text was updated successfully, but these errors were encountered:
call
getFeeForMessage
orgetFees
RPC methods and display the resulting fee value in SOL on the transaction confirmation screen.This call could be done in parallel with the transaction simulation from blowfish.
Also, the blowfish response already returns the compute units for each transaction, so maybe we can more simply use that to compute/estimate the fee for the transaction?
The text was updated successfully, but these errors were encountered: