rust
rust copied to clipboard
refactor(contract-interface): replace `report_tx!` macro with `ChainSubmitter` calls
- Want to simply port functionality of
report_tx!macro and move to methods under theChainProviderenum - Functionally, the code will behave the same just but structurally, calling for chain submission will pass through enum now instead of directly calling macros