rust icon indicating copy to clipboard operation
rust copied to clipboard

refactor(contract-interface): replace `report_tx!` macro with `ChainSubmitter` calls

Open luketchang opened this issue 3 years ago • 0 comments

  • Want to simply port functionality of report_tx! macro and move to methods under the ChainProvider enum
  • Functionally, the code will behave the same just but structurally, calling for chain submission will pass through enum now instead of directly calling macros

luketchang avatar Apr 27 '22 15:04 luketchang