Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept payload instead of executeData in estimateGasFee query #322

Open
canhtrinh opened this issue Apr 14, 2024 · 0 comments
Open

accept payload instead of executeData in estimateGasFee query #322

canhtrinh opened this issue Apr 14, 2024 · 0 comments

Comments

@canhtrinh
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
payload is the encoded function call on the source chain. executeData is the GMP transaction that arrives on the destination chain that includes: commandId, sourceChain, sourceAddress, payload`.

Describe the solution you'd like
We should not have to necessarily expect users to be able to calculate executeData from their known payload. We should accept payload and calculate the executeData for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant