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
Cross chain token transfer require message fee as part of command parameter and also an escrow fee for uninitialised escrow account.
Acceptance Criteria
Should use useGetInitializationFees hook to get the escrow fee
escrow fee should be assigned only when recipient address in receiving chain is not initialised. We need to use dry run to know if the account is not initialised.
Should Implement hook to useGetMessageFee using useInvokeQuery hook
Transaction fee summary should display the message fee
Message fee should only be displayed for cross chain token transfer and other types of transactions should not show message fee
Add unit tests to compute the fee using escrow and message fee
Add unit tests for the new hooks
Add unit tests for transaction fee summary
Check for cross chain token transfer transaction
Check for non cross chain token transfer transaction
The text was updated successfully, but these errors were encountered:
Description
Cross chain token transfer require message fee as part of command parameter and also an escrow fee for uninitialised escrow account.
Acceptance Criteria
useGetInitializationFees
hook to get the escrow feeuseGetMessageFee
usinguseInvokeQuery
hookThe text was updated successfully, but these errors were encountered: