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

feat(contract-interface): define ChainSubmitter enum and trait #127

Open
luketchang opened this issue Apr 27, 2022 · 0 comments
Open

feat(contract-interface): define ChainSubmitter enum and trait #127

luketchang opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@luketchang
Copy link
Collaborator

luketchang commented Apr 27, 2022

  • will have an enum ChainProvider that switches over local tx submission (with local signing provider) and Gelato relay
  • want to define a trait both variants adhere to to provide common interface
  • ChainProvider will impl the trait
@luketchang luketchang added the enhancement New feature or request label Apr 27, 2022
@luketchang luketchang changed the title feat(contract-interface): define trait for submitting transactions to chain feat(contract-interface): define trait for submitting transactions to chain (trait for ChainProvider) Apr 27, 2022
@luketchang luketchang changed the title feat(contract-interface): define trait for submitting transactions to chain (trait for ChainProvider) feat(contract-interface): define ChainProvider enum and trait Apr 27, 2022
@luketchang luketchang changed the title feat(contract-interface): define ChainProvider enum and trait feat(contract-interface): define ChainSubmitter enum and trait Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant